chat_message add ali_content

This commit is contained in:
Hankin 2024-11-30 14:15:57 +08:00
parent 312ca53d52
commit b437df486d

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_message`
ADD COLUMN `ali_conent` text default null comment "转换后的聊天内容" after `content`