alter table 表名 default character set utf8;alter table 表名 modify 列名 varchar(30) CHARACTER SET utf8 NOT NULL COMMENT '***;