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
Below is the error message, and also find included, screenshots of the error;
Database\Seeders\BlogSeeder ............................................................................... RUNNING Illuminate\Database\QueryException SQLSTATE[42000]: Syntax error or access violation: 1701 Cannot truncate a table referenced in a foreign key constraint (`hng_boilerplate`.`comments`, CONSTRAINT `comments_blog_id_foreign`) (Connection: mysql, SQL: truncate table `blogs`) at vendor\laravel\framework\src\Illuminate\Database\Connection.php:829 825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 826▕ ); 827▕ } 828▕ ➜ 829▕ throw new QueryException( 830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 831▕ ); 832▕ } 833▕ }
The text was updated successfully, but these errors were encountered:
Issue created by: [email protected] Slack Display Name: ThankGod Cyril Uche on LinkedIn
Sorry, something went wrong.
Use This Issue Template
cyrilmano
No branches or pull requests
Description:
Below is the error message, and also find included, screenshots of the error;
SCREENSHOTS OF ERROR;
The text was updated successfully, but these errors were encountered: