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