From 7cebf43fdf2537ec36f3980dff7e37eb9b3a9983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Tue, 12 Apr 2022 11:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=81=E7=A7=BB=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2022_04_06_112225_add_bargain_to_orders_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2022_04_06_112225_add_bargain_to_orders_table.php b/database/migrations/2022_04_06_112225_add_bargain_to_orders_table.php index d0ae369e..47135845 100644 --- a/database/migrations/2022_04_06_112225_add_bargain_to_orders_table.php +++ b/database/migrations/2022_04_06_112225_add_bargain_to_orders_table.php @@ -29,7 +29,7 @@ class AddBargainToOrdersTable extends Migration { Schema::table('orders', function (Blueprint $table) { // - $table->dropColumn(['bargain_amount', 'bargain_order_id']); + $table->dropColumn(['bargain_amount']); }); } }