index('remote_media'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('media', function (Blueprint $table) { $table->dropIndex('media_remote_media_index'); }); } };