ex:
CREATE TABLE a
(
id
varchar(22) binary NOT NULL
)
error:
(2:3) Expected “)” or fields but “`” found.
ex:
CREATE TABLE a
(
id
varchar(22) binary NOT NULL
)
error:
(2:3) Expected “)” or fields but “`” found.
Unfortunately, we don’t support that option from MySQL.
However, we’ve noted it to consider implementing in the future.