From 675c1d1e2766ef171e4b12fa33117bab61fa83a6 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Sat, 9 Aug 2025 10:20:10 +0800 Subject: [PATCH] update --- .../migrations/2025_06_24_111502_alert_course_contents_table.php | 1 - 1 file changed, 1 deletion(-) diff --git a/database/migrations/2025_06_24_111502_alert_course_contents_table.php b/database/migrations/2025_06_24_111502_alert_course_contents_table.php index e95daca..860ef28 100644 --- a/database/migrations/2025_06_24_111502_alert_course_contents_table.php +++ b/database/migrations/2025_06_24_111502_alert_course_contents_table.php @@ -25,7 +25,6 @@ return new class extends Migration $table->json('file_ids')->nullable()->comment('文件id数组'); // 详细地址 $table->string('address_detail')->nullable()->comment('详细地址'); - $table->string('sex')->nullable()->comment('性别'); $table->string('mobile')->nullable()->comment('联系方式'); }); }