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

Cannot add column named create to an existing table #52175

Closed
simonworkhouse opened this issue Jul 18, 2024 · 0 comments · Fixed by #52177
Closed

Cannot add column named create to an existing table #52175

simonworkhouse opened this issue Jul 18, 2024 · 0 comments · Fixed by #52177

Comments

@simonworkhouse
Copy link
Contributor

Laravel Version

^11.15

PHP Version

8.2.18

Database Driver & Version

N/A

Description

Unable to add a column named create to any existing table.

This appears to be the offending commit 980e8d5

Steps To Reproduce

Create a table and then attempt to add a column named create to it via a migration.

See https://github.com/workhouse-advertising/laravel-framework/tree/bugfix/cannot-add-column-called-create for example tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment