getEnvironment() == "thetool") { $table = $this->table("Preorder"); $table->addColumn("equipment_name", "string", ["null" => true, "default" => null, "limit" => 1024, "after" => "technology"]); $table->renameColumn("patchposition", "equipment_port"); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { } if($this->getEnvironment() == "addressdb") { } } }