调整砍价迁移status
parent
3a8ac3123c
commit
2a680ab50f
|
|
@ -20,7 +20,7 @@ class CreateBargainOrdersTable extends Migration
|
|||
$table->unsignedBigInteger('sku_id')->comment('砍价商品');
|
||||
$table->unsignedBigInteger('sku_price')->default(0)->comment('原价:分');
|
||||
$table->unsignedBigInteger('bargain_price')->default(0)->comment('已砍价格:分');
|
||||
$table->boolean('status')->default(false)->comment('状态:0未开始,1已开始,2已完成');
|
||||
$table->unsignedTinyInteger('status')->default(0)->comment('状态:0未开始,1已开始,2已完成');
|
||||
$table->timestamp('expire_at')->nullable()->comment('过期时间');
|
||||
$table->unsignedBigInteger('order_id')->nullable()->comment('下单支付ID');
|
||||
$table->string('remark')->nullable()->comment('备注');
|
||||
|
|
|
|||
Loading…
Reference in New Issue