getEnvironment() == "thetool") { $table = $this->table("Contractqueue"); $table->addColumn("vatgroup_id", "integer", ["null" => false, "after" => "price_nbe"]); $table->save(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { } if($this->getEnvironment() == "addressdb") { } } }