chat_message add transfer content

This commit is contained in:
Hankin 2025-04-01 17:30:14 +08:00
parent 00f0dc772f
commit 9f69aaad93

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_message`
ADD COLUMN `transfer_content` text default null comment "翻译文本" after `content`