|
@@ -26,7 +26,7 @@ class CreateShopsTable extends Migration
|
|
|
$table->string('contact_mobile',16)->nullable()->default('')->comment('联系人电话');
|
|
|
$table->string('contact_name')->nullable()->default('')->comment('联系人名称');
|
|
|
$table->string('shop_desc')->nullable()->default('')->comment('商家介绍');
|
|
|
- $table->tinyInteger('status')->default(1)->comment('状态 0启用 1禁用');
|
|
|
+ $table->tinyInteger('status')->default(1)->comment('状态 1启用 0禁用');
|
|
|
$table->string('logo_img')->nullable()->default('')->comment('商家logo');
|
|
|
$table->string('license_img')->comment('营业执照');
|
|
|
$table->string('food_trans_license')->comment('食品流通许可证');
|