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