修复迁移文件
parent
8a4cc82456
commit
7cebf43fdf
|
|
@ -29,7 +29,7 @@ class AddBargainToOrdersTable extends Migration
|
||||||
{
|
{
|
||||||
Schema::table('orders', function (Blueprint $table) {
|
Schema::table('orders', function (Blueprint $table) {
|
||||||
//
|
//
|
||||||
$table->dropColumn(['bargain_amount', 'bargain_order_id']);
|
$table->dropColumn(['bargain_amount']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue