getEnvironment() == "thetool") { } if($this->getEnvironment() == "addressdb") { $table = $this->table("Netzgebiet"); $table->addColumn("rimo_id", "string", ["null" => true, "default" => null, "limit" => 255, "after" => "extref"]); $table->update(); } } public function down(): void { if($this->getEnvironment() == "thetool") { } if($this->getEnvironment() == "addressdb") { } } }