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