migrate/1732947238_table_chat_message_add_ali_content.up.sql

2 lines
127 B
MySQL
Raw Permalink Normal View History

2024-11-30 14:15:57 +08:00
ALTER TABLE `ufutx_chat_message`
2024-11-30 14:29:08 +08:00
ADD COLUMN `ali_content` text default null comment "转换后的聊天内容" after `content`