This commit is contained in:
2019-06-30 01:54:35 -05:00
parent e765a5e9c8
commit 4cb79807c6

View File

@@ -132,5 +132,7 @@ class CreateSrpTables extends Migration
public function down()
{
Schema::dropIfExists('srp_ships');
Schema::dropIfExists('srp_ship_types');
Schema::dropIfExists('srp_fleet_types');
}
}