2 lines
121 B
SQL
2 lines
121 B
SQL
ALTER TABLE `health`.`ufutx_report_logs`
|
|
ADD COLUMN `chat_id` VARCHAR(20) DEFAULT NULL comment "群聊id" after `user_id` |