diff --git a/1732947238_table_chat_message_add_ali_content.up.sql b/1732947238_table_chat_message_add_ali_content.up.sql new file mode 100644 index 0000000..31ef061 --- /dev/null +++ b/1732947238_table_chat_message_add_ali_content.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_chat_message` +ADD COLUMN `ali_conent` text default null comment "转换后的聊天内容" after `content` \ No newline at end of file