增加提货数量+领取时间和提货时间
This commit is contained in:
@@ -20,6 +20,7 @@ class CreateAreaCodesTable extends Migration
|
||||
$table->unsignedBigInteger('area_id')->index();
|
||||
$table->string('code');
|
||||
$table->boolean('status')->default(0);
|
||||
$table->timestamp('get_at')->nullable()->comment('领取时间');
|
||||
$table->timestamp('pick_at')->nullable()->comment('提货时间');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user