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