report log

This commit is contained in:
Hankin 2026-05-21 09:57:59 +08:00
parent 5729e64536
commit a6eaa3115f

View File

@ -0,0 +1,2 @@
ALTER TABLE `health`.`ufutx_report_logs`
CHANGE `user_id` `user_id` VARCHAR(50) NOT NULL COMMENT '被举报用户id';