string('color')->nullable()->comment('颜色'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('calendars', function (Blueprint $table) { // }); } };