getEnvironment() == "thetool") { $table = $this->table("Address"); $table->addColumn("fibu_supplier_paymentblock", "integer", ["null" => false, "default" => 0, "limit" => \Phinx\Db\Adapter\MysqlAdapter::INT_TINY, "after" => "fibu_supplier_skonto_rate"]); $table->update(); } if($this->getEnvironment() == "addressdb") { } } public function down(): void { if($this->getEnvironment() == "thetool") { $this->table("Address")->removeColumn("fibu_supplier_paymentblock")->save(); } if($this->getEnvironment() == "addressdb") { } } }