getEnvironment() == "thetool") { $table = $this->table('ConstructionConsent'); $table->addColumn('rimo_gn', 'string', ['limit' => 64, 'null' => true, 'default' => null, "after" => "gstnr"]); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { $table = $this->table('ConstructionConsent'); $table->removeColumn('rimo_gn'); $table->update(); } if($this->getEnvironment() == "addressdb") { } } }