-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
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
db:seed will truncate table #246
Comments
Fixed. |
Estoy perdido, i lost @taylorotwell [Illuminate\Database\QueryException] |
joelharkes
pushed a commit
to joelharkes/framework_old
that referenced
this issue
Mar 7, 2019
joelharkes
pushed a commit
to joelharkes/framework_old
that referenced
this issue
Mar 7, 2019
Self service ux change + feedback implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i have updatet my laravel 4 and was running in an db:seed problem in:
b897fd1
Thats the death if you working with a bunch of foreign key constrains.
Why you dont leave the delete? Is it for the AI reset?
In my case db:seed ends in an ->
Maybe its possible to give the seed file options for they should leave, delete or truncate the table/data.
short fix for all with the same troubles is to replace
thanks for your work,
ng
moxx
The text was updated successfully, but these errors were encountered: