We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illuminate\Database\QueryException
SQLSTATE[HY000]:
General error: 1005 Can't create table 'laravel_blog.#sql-513e_1e3' (errno: 121)
(SQL: alter table poet_tricks add constraint tricks_user_id_foreign foreign key (user_id) references poet_users (id) on delete cascade on update cascade) in /www/laravel-tricks/vendor/laravel/framework/src/Illuminate/Database/Connection.php:555
poet_tricks
user_id
poet_users
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Illuminate\Database\QueryException
SQLSTATE[HY000]:
General error: 1005 Can't create table 'laravel_blog.#sql-513e_1e3' (errno: 121)
(SQL: alter table
poet_tricks
add constraint tricks_user_id_foreign foreign key (user_id
) referencespoet_users
(id
) on delete cascade on update cascade) in /www/laravel-tricks/vendor/laravel/framework/src/Illuminate/Database/Connection.php:555The text was updated successfully, but these errors were encountered: