Commit af92f046 by 赵增煜

去除索引

parent 5543cc99
......@@ -30,7 +30,7 @@ public function up(): void
$table->string('lng', 20)->nullable()->comment('经度');
$table->string('lat', 20)->nullable()->comment('纬度');
$table->boolean('status')->default(0)->comment('启用[0=未启用,1=启用]');
$table->bigInteger('user_id')->nullable()->unique('uk_userid')->comment('用户表ID');
$table->bigInteger('user_id')->nullable()->comment('用户表ID');
$table->boolean('is_auto')->default(1)->comment('是否自动审方[0=否,1=是]');
$table->boolean('is_open')->default(0)->comment('是否开店[0=闭店,1=开店]');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment