diff --git a/database/migrations/task2/2021_11_09_075914_create_users_table.php b/database/migrations/task2/2021_11_09_075914_create_new_users_table.php similarity index 94% rename from database/migrations/task2/2021_11_09_075914_create_users_table.php rename to database/migrations/task2/2021_11_09_075914_create_new_users_table.php index 621a24e..a81235e 100644 --- a/database/migrations/task2/2021_11_09_075914_create_users_table.php +++ b/database/migrations/task2/2021_11_09_075914_create_new_users_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateUsersTable extends Migration +class CreateNewUsersTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task5/2021_11_09_083051_create_users_table.php b/database/migrations/task5/2021_11_09_083051_create_another_users_table.php similarity index 94% rename from database/migrations/task5/2021_11_09_083051_create_users_table.php rename to database/migrations/task5/2021_11_09_083051_create_another_users_table.php index 621a24e..4705f0d 100644 --- a/database/migrations/task5/2021_11_09_083051_create_users_table.php +++ b/database/migrations/task5/2021_11_09_083051_create_another_users_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateUsersTable extends Migration +class CreateAnotherUsersTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task7/2021_11_09_084922_create_companies_table.php b/database/migrations/task7/2021_11_09_084922_create_new_companies_table.php similarity index 93% rename from database/migrations/task7/2021_11_09_084922_create_companies_table.php rename to database/migrations/task7/2021_11_09_084922_create_new_companies_table.php index 5e05207..868a242 100644 --- a/database/migrations/task7/2021_11_09_084922_create_companies_table.php +++ b/database/migrations/task7/2021_11_09_084922_create_new_companies_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateCompaniesTable extends Migration +class CreateNewCompaniesTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task9/2021_11_09_090003_create_companies_table.php b/database/migrations/task9/2021_11_09_090003_create_another_companies_table.php similarity index 91% rename from database/migrations/task9/2021_11_09_090003_create_companies_table.php rename to database/migrations/task9/2021_11_09_090003_create_another_companies_table.php index 38f1330..9b3dcf0 100644 --- a/database/migrations/task9/2021_11_09_090003_create_companies_table.php +++ b/database/migrations/task9/2021_11_09_090003_create_another_companies_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateCompaniesTable extends Migration +class CreateAnotherCompaniesTable extends Migration { /** * Run the migrations.