getEnvironment() == "thetool") { $table = $this->table("BillingVoicenumber"); $table->addColumn("zone_id", "integer", ["null" => true, "default" => null, "after" => "voiceplan"]); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { $this->table("BillingVoicenumber")->removeColumn("zone_id")->update(); } if($this->getEnvironment() == "addressdb") { } } }