dateTime('update_date')->useCurrent()->comment('更新日期'); // 管理平台 $table->string('group_name')->nullable()->comment('管理平台'); // 项目经理 $table->string('user_name')->nullable()->comment('项目经理'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('companies', function (Blueprint $table) { // }); } };