table('promotions')->hasColumn('price_id')) { $this->table('promotions') ->dropForeignKey('price_id') ->removeColumn('price_id') ->update(); } } public function down(): void {} }