|
|
|
@ -11,7 +11,7 @@ return new class extends Migration |
|
|
|
*/ |
|
|
|
public function up(): void |
|
|
|
{ |
|
|
|
Schema::create('parking_list_vip', function (Blueprint $table) { |
|
|
|
Schema::create('parking_vip_list', function (Blueprint $table) { |
|
|
|
$table->id(); |
|
|
|
$table->string('license', 20)->comment('车牌号码'); |
|
|
|
$table->integer('user_id')->comment('管理员id'); |