boolean('auto_schoolmate')->default(false)->comment('已审核学员是否自动进入校友库0否1是'); // 经度 $table->string('longitude')->nullable()->comment('经度'); // 纬度 $table->string('latitude')->nullable()->comment('纬度'); // 详细地址 $table->string('address_detail')->nullable()->comment('详细地址'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };