boolean('is_push')->default(true)->comment('是否推送0否1是'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('courses', function (Blueprint $table) { // }); } };