调整商城订单关联砍价单ID
parent
2a680ab50f
commit
4c7f65ad91
|
|
@ -16,7 +16,7 @@ class AddBargainToOrdersTable extends Migration
|
||||||
Schema::table('orders', function (Blueprint $table) {
|
Schema::table('orders', function (Blueprint $table) {
|
||||||
//
|
//
|
||||||
$table->unsignedBigInteger('bargain_amount')->default(0)->comment('砍价金额');
|
$table->unsignedBigInteger('bargain_amount')->default(0)->comment('砍价金额');
|
||||||
$table->unsignedBigInteger('bargain_order_id')->nullable()->comment('关联砍价单ID');
|
// $table->unsignedBigInteger('bargain_order_id')->nullable()->comment('关联砍价单ID');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue