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