From 3e6114f09c52f7c0470ec526409ab0ec5416ecb1 Mon Sep 17 00:00:00 2001 From: Hankin Date: Sat, 30 Nov 2024 14:29:08 +0800 Subject: [PATCH] chat_message add ali_content --- 1732947238_table_chat_message_add_ali_content.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1732947238_table_chat_message_add_ali_content.up.sql b/1732947238_table_chat_message_add_ali_content.up.sql index 31ef061..f69f2f0 100644 --- a/1732947238_table_chat_message_add_ali_content.up.sql +++ b/1732947238_table_chat_message_add_ali_content.up.sql @@ -1,2 +1,2 @@ ALTER TABLE `ufutx_chat_message` -ADD COLUMN `ali_conent` text default null comment "转换后的聊天内容" after `content` \ No newline at end of file +ADD COLUMN `ali_content` text default null comment "转换后的聊天内容" after `content` \ No newline at end of file