Rename UserFlight to UserBid to match functionality

This commit is contained in:
Nabeel Shahzad
2017-12-12 11:49:35 -06:00
parent cc873f1a29
commit de582f617c
19 changed files with 67 additions and 111 deletions

View File

@@ -25,6 +25,6 @@ class CreateAircraftsTable extends Migration
public function down()
{
Schema::drop('aircraft');
Schema::dropIfExists('aircraft');
}
}