to support sql like "Create Table test(a CHAR(10) CHARACTER SET utf8)", see details: "https://dev.mysql.com/doc/refman/5.0/en/create-table.html", data_type: ... | CHAR[(length)] [BINARY] [CHARACTER SET charset_name] [COLLATE collation_name]
to support sql like "Create Table test(a CHAR(10) CHARACTER SET utf8)", see details: "https://dev.mysql.com/doc/refman/5.0/en/create-table.html", data_type: ... | CHAR[(length)] [BINARY] [CHARACTER SET charset_name] [COLLATE collation_name]