integer('duration')->default(0); $table->unique(['mal_id', 'episode']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('airing', function (Blueprint $table) { // }); } }