boolean('is_virtual')->nullable()->default(0)->comment('是否虚拟课程0否1是'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };