We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
create
^11.15
8.2.18
N/A
Unable to add a column named create to any existing table.
This appears to be the offending commit 980e8d5
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: