Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ php artisan migrate
- PHP Fatal error: Cannot declare class CreateRoleUserTable, because the name is already in use in C:\laragon\www\laravel-project\database\migrations\2019_03_29_113441_create_role_user_table.php on line 34
- Symfony\Component\Debug\Exception\FatalErrorException : Cannot declare class CreateRoleUserTable, because the name is already in use
- at C:\laragon\www\laravel-project\database\migrations\2019_03_29_113441_create_role_user_table.php:34
- 30| public function down()
- 31| {
- 32| Schema::dropIfExists('role_user');
- 33| }
- > 34| }
- 35|
- Whoops\Exception\ErrorException : Cannot declare class CreateRoleUserTable, because the name is already in use
- at C:\laragon\www\laravel-project\database\migrations\2019_03_29_113441_create_role_user_table.php:34
- 30| public function down()
- 31| {
- 32| Schema::dropIfExists('role_user');
- 33| }
- > 34| }
- 35|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement