From 4ed7e2c1483765f69ba07b11a8090dc19cfcc404 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Wed, 23 Jul 2025 13:39:46 +0800 Subject: [PATCH] update --- database/migrations/2025_07_17_162734_create_companies_table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/database/migrations/2025_07_17_162734_create_companies_table.php b/database/migrations/2025_07_17_162734_create_companies_table.php index 7bab308..7f483f4 100644 --- a/database/migrations/2025_07_17_162734_create_companies_table.php +++ b/database/migrations/2025_07_17_162734_create_companies_table.php @@ -38,6 +38,7 @@ return new class extends Migration { $table->string('company_address')->nullable()->comment('公司地址'); $table->string('company_area')->nullable()->comment('公司区域'); $table->string('company_city')->nullable()->comment('公司城市'); + $table->string('company_province')->nullable()->comment('公司省份'); // 是否上市 $table->boolean('company_market')->nullable()->comment('公司性质-0未上市1已上市'); // 是否校友企业