migrate/1732947238_table_chat_message_add_ali_content.up.sql

2 lines
126 B
MySQL
Raw Normal View History

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