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已上市'); // 是否校友企业