1
DROP TABLE IF EXISTS t1;
2
CREATE TABLE t1 (a enum('aaaa', '킱'));
3
SHOW CREATE TABLE t1;
4
Table Create Table
5
t1 CREATE TABLE `t1` (
6
`a` enum('aaaa','킱')
7
) ENGINE=InnoDB
Loggerhead is a web-based interface for Breezy Version: 2.0.1