You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue happened when running the php artisan migrate --seed
The CategoriesTableSeeder tried to truncate the categories table. check screenshot of image below.
Expected Behavior:
The truncating during seeding after the migration, failed due to foreign key constraints on category_product.category_id_foreign
Thank you for the feedback. And I have made used the template as a guide to make adjustment to the description, expected behaviour, and also use the <> code formatting for the error message.
Description:
This issue happened when running the php artisan migrate --seed
The CategoriesTableSeeder tried to truncate the categories table. check screenshot of image below.
Expected Behavior:
The truncating during seeding after the migration, failed due to foreign key constraints on category_product.category_id_foreign
Below the error message;
### Changes to be Made
The text was updated successfully, but these errors were encountered: