From 9c02a5a4b96caf3d29a8570714e4bf8572a2fbd8 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Wed, 27 Aug 2025 11:09:54 +0800 Subject: [PATCH] update --- database/migrations/2025_06_19_105447_alert_users_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2025_06_19_105447_alert_users_table.php b/database/migrations/2025_06_19_105447_alert_users_table.php index 87851b4..ab17322 100644 --- a/database/migrations/2025_06_19_105447_alert_users_table.php +++ b/database/migrations/2025_06_19_105447_alert_users_table.php @@ -13,7 +13,7 @@ return new class extends Migration { public function up() { Schema::table('users', function (Blueprint $table) { - $table->string('no')->nullable()->comment('学号'); + // $table->string('no')->nullable()->comment('学号'); $table->integer('company_id')->nullable()->comment('企业id'); $table->date('birthday')->nullable()->comment('生日')->change(); // no字段唯一索引