6
0
Fork 0

修复迁移文件

release
李静 2022-04-12 11:37:12 +08:00
parent 8a4cc82456
commit 7cebf43fdf
1 changed files with 1 additions and 1 deletions

View File

@ -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']);
}); });
} }
} }