getEnvironment() == "thetool") { $table = $this->table("Preordercampaign"); $table->addColumn("netowner_fibu_cost_code", "string", ["null" => true, "default" => null, "limit" => 64, "after" => "allow_unit_update"]); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { $this->table("Preordercampaign")->removeColumn("netowner_fibu_cost_code")->update(); } if($this->getEnvironment() == "addressdb") { } } }