boolean('auto_schoolmate')->default(false)->comment('已审核学员是否自动进入校友库0否1是'); // 课程方向 $table->string('direction')->nullable()->comment('课程方向'); // 备注 $table->string('remark')->nullable()->comment('备注'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };