getEnvironment() == "thetool") { $cc = $this->table("ConstructionConsent"); $cc->changeColumn("termination_id", "integer", ["null" => true, "default" => null]); $cc->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { } if($this->getEnvironment() == "addressdb") { } } }