6
0
Fork 0
release
李静 2021-12-10 09:43:10 +08:00
parent 336094f3ac
commit df55b1b90e
1 changed files with 0 additions and 1 deletions

View File

@ -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('减免金额');