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