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

@@ -33,6 +33,6 @@ class CreateRanksTable extends Migration
*/
public function down()
{
Schema::drop('ranks');
Schema::dropIfExists('ranks');
}
}