Skip to content
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

[5.7] Use cascade when truncating table in PostgreSQL #26389

Merged
merged 1 commit into from
Nov 5, 2018
Merged

[5.7] Use cascade when truncating table in PostgreSQL #26389

merged 1 commit into from
Nov 5, 2018

Conversation

rymanalu
Copy link
Contributor

@rymanalu rymanalu commented Nov 5, 2018

Problem
PostgreSQL still can't truncate table even we have already disable the foreign key constraints using Schema::disableForeignKeyConstraints().

Solution
Use cascade parameter when truncating table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants