dbml icon indicating copy to clipboard operation
dbml copied to clipboard

[question] can i use mysql binary option?

Open ysp1011 opened this issue 4 years ago • 1 comments

i tried sql2dbml. but it showed error.

sql : create table a ( id varchar(22) binary );

error msg: SyntaxError: You have a syntax error at "test.sql" line 2 column 3. Expected ")" or fields but "`" found.

how do i use mysql binary option?

ysp1011 avatar Nov 23 '21 06:11 ysp1011

Unfortunately, we don’t support that option from MySQL. However, we’ve noted it to consider implementing in the future.

TeaNguyen avatar Nov 24 '21 08:11 TeaNguyen