Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Disable Foreign before running seeders
Modified DatabaseSeeder.php to temporarily disable foreign key checksbefore truncating tables, ensuring smooth database seeding without constraint violations. Fixes hngprojects#626
- Loading branch information