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
Describe the bug
If the MySQL table creation statement specifies table configuration such as storage engine or character encoding, the content will not be parsed.
Describe the bug
If the MySQL table creation statement specifies table configuration such as storage engine or character encoding, the content will not be parsed.
To Reproduce
1.Parsed failed
2.Parsed successfully
Expected behavior
I think both parsing should be able to parse the field information.
Additional context
python==3.11 simple-ddl-parser==0.31.0
The text was updated successfully, but these errors were encountered: