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