-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Syntax error when create table by schema tool. #2
Comments
After commit "84770cd50bb9fc5fe7123a9f945adba4517f6e2a", my tests are all breakdown. I name columns like 'User', 'Credit', 'Item',... The strtolower($column) would break my test. |
Missing datatypes
Added PDO SQL Srv driver to the list
Fairly sure this can be closed. The change mentioned was added in 2.X. If it was breaking, it was part of a major version and okay by semver. All the issues mentioned here seem to be random stack traces and things. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Syntax error when create table by schema tool.
Connection driver is pdo_sqlite.
[PDOException]
SQLSTATE[HY000]: General error: 1 near "AUTOINCREMENT": syntax error
The text was updated successfully, but these errors were encountered: