Update
parent
336094f3ac
commit
df55b1b90e
|
|
@ -17,7 +17,6 @@ class CreateOrdersTable extends Migration
|
|||
$table->id();
|
||||
$table->unsignedBigInteger('user_id')->comment('用户ID');
|
||||
$table->string('sn')->comment('订单编号');
|
||||
$table->unsignedBigInteger('user_coupon_id')->nullable()->comment('用户优惠券 ID');
|
||||
$table->unsignedBigInteger('coupon_amount')->default(0)->comment('优惠券金额');
|
||||
$table->unsignedBigInteger('vip_amount')->default(0)->comment('会员优惠');
|
||||
$table->unsignedBigInteger('reduced_amount')->default(0)->comment('减免金额');
|
||||
|
|
|
|||
Loading…
Reference in New Issue