boolean('timezone_fix_override')->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('episodes', function(Blueprint $table) { $table->dropColumn('timezone_fix_override'); }); } };