You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would produce different result as the result will have LOCK column name instead of lock. The tokenizer nor formatter must do such/any change with functional impact.
I have the following Column definition in my Symfony project
When generating a migration without
--formatted
option the column name isauto_increment
. But with--formatted
the column name will beAUTO_INCREMENT
.The resulting column name should be lowercase.
Edit: The
doctrine/sql-formatter
version is 1.2.0Could be related to #93
The text was updated successfully, but these errors were encountered: