migrate/1779352095_table_report_logs_add_chat_id.up.sql

2 lines
121 B
MySQL
Raw Normal View History

2026-05-21 16:31:32 +08:00
ALTER TABLE `health`.`ufutx_report_logs`
ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id`