From d3ab469489ce3625d4bb32599ae2114a89bc9a9d Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 21 May 2026 16:31:32 +0800 Subject: [PATCH] report log add chat_id --- 1779352095_table_report_logs_add_chat_id.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1779352095_table_report_logs_add_chat_id.up.sql diff --git a/1779352095_table_report_logs_add_chat_id.up.sql b/1779352095_table_report_logs_add_chat_id.up.sql new file mode 100644 index 0000000..c46ff87 --- /dev/null +++ b/1779352095_table_report_logs_add_chat_id.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `health`.`ufutx_report_logs` +ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id` \ No newline at end of file