mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fix migration error
This commit is contained in:
@@ -26,8 +26,5 @@ class AddBillingFieldToSupplierbookingTable extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::table('supplier_bookings', function (Blueprint $table) {
|
|
||||||
$table->dropColumn('billing_amount');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user