Mysql 修改字段的字符集

ALTER TABLE answers  MODIFY COLUMN `content` VARCHAR(255)  CHARACTER SET utf8mb4 NOT NULL DEFAULT '';