migrate/1779352095_table_report_logs_add_chat_id.up.sql
2026-05-21 16:31:32 +08:00

2 lines
121 B
SQL

ALTER TABLE `health`.`ufutx_report_logs`
ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id`