zentaopms/db/upgradexuanxuan1.6.0.sql
2023-05-16 10:47:08 +08:00

2 lines
195 B
SQL

ALTER TABLE `zt_im_message` CHANGE `contentType` `contentType` ENUM('text', 'plain', 'emotion', 'image', 'file', 'object') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'text';