getEnvironment() == "thetool") { $table = $this->table("Network"); $table->addColumn("opsystem", "enum", ["null" => true, "default" => null, "values" => "snopp", "after" => "adb_netzgebiet_id"]); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { $this->table("Network")->removeColumn("opsystem")->update(); } if($this->getEnvironment() == "addressdb") { } } }