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
I have begun a new dbdocs project with two legacy MariaDB databases. Currently, there is a column called api_key that is of uuid datatype and is causing a syntax error:
`api_key` uuid NOT NULL,
$ sql2dbml ~/Repos/myhi/db/structure.sql -o ./database.dbml --mysql
ERROR:
You have a syntax error at "structure.sql" line 1899 column 12. no viable alternative at input '...,\n `api_key` uuid'
A complete log can be found in:
/Users/ben/Repos/dbdocs/dbml-error.log
I'm wondering it it's possible to update the parser to recognize uuid's?
The text was updated successfully, but these errors were encountered:
Moreover, we will add your parser updating suggestion on our backlog and consider implementing it in the future. Anyway, if you're interested, please open a PR to remedy this issue; we highlly appreciate you contribution.
I have begun a new dbdocs project with two legacy MariaDB databases. Currently, there is a column called
api_key
that is ofuuid
datatype and is causing a syntax error:I'm wondering it it's possible to update the parser to recognize uuid's?
The text was updated successfully, but these errors were encountered: