upgradexuanxuan9.4.sql 276 B

1234567891011121314
  1. ALTER TABLE `zt_im_message` ADD COLUMN `read` JSON NULL AFTER `data`;
  2. ALTER TABLE `zt_im_message`
  3. MODIFY COLUMN `contentType` enum(
  4. 'text',
  5. 'plain',
  6. 'emotion',
  7. 'image',
  8. 'file',
  9. 'object',
  10. 'code',
  11. 'merge',
  12. 'voice'
  13. ) NOT NULL DEFAULT 'text';