chat_message add ali_content

This commit is contained in:
Hankin 2024-11-30 14:29:08 +08:00
parent b437df486d
commit 3e6114f09c

View File

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