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
MySQL: Support comma-separated CREATE TABLE options
In [MySQL], options for `CREATE TABLE` following the body can be
optionally separated by commas. I'm not aware of any cases where this
affects parsing (e.g. eliminating ambiguity or anything), so we just
optionally eat comma tokens after each option is parsed.
[MySQL]: https://dev.mysql.com/doc/refman/8.4/en/create-table.html
0 commit comments