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 tried sql2dbml on my project and was suprised that comments (field and table level) are not supported:
(
ID varchar(100) not null comment 'id of table'
);
Fails with:
`ERROR: You have a syntax error at "comment_test.sql" line 3 column 5. Expected ")" or fields but "I" found.`
The text was updated successfully, but these errors were encountered:
I tried sql2dbml on my project and was suprised that comments (field and table level) are not supported:
The text was updated successfully, but these errors were encountered: