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

[7.x] Fix Table prefixes with compileDropDefaultConstraint #32554

Merged
merged 2 commits into from Apr 27, 2020
Merged

[7.x] Fix Table prefixes with compileDropDefaultConstraint #32554

merged 2 commits into from Apr 27, 2020

Conversation

ghost
Copy link

@ghost ghost commented Apr 27, 2020

The compileDropDefaultConstraint() method was ignoring the table prefix. This has now been fixed. there shouldn't be any breaking changes where the sql configuration doesn't use a prefix.

@taylorotwell taylorotwell merged commit 58b21a6 into laravel:7.x Apr 27, 2020
@GrahamCampbell GrahamCampbell changed the title compileDropDefaultConstraint was ignoring Table prefixes. [7.x] Fix Table prefixes with compileDropDefaultConstraint Apr 27, 2020
@jhjm32087
Copy link

@GrahamCampbell,This is error out on our CI Builds due to it using dbo instead of the schema.table definition.

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.

2 participants