From d88291d0e95cd55c13928f6553c7e1856a154af8 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 14 Jul 2025 16:16:18 +0800 Subject: [PATCH] update --- .../2025_06_24_111502_alert_course_contents_table.php | 2 ++ 1 file changed, 2 insertions(+) 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 7bf19fa..13ad53d 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,6 +25,8 @@ 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('联系方式'); }); }