Say I have a `VARCHAR` column in MySQL with charse...
# exposed
s
Say I have a
VARCHAR
column in MySQL with charset
LATIN1
. Can I specify this in the table object so it will create the correct
CREATE TABLE
statement ?
t
Only collate supported at the moment.