migrate/1779328539_report_user_id_change.up.sql
2026-05-21 09:57:59 +08:00

2 lines
117 B
SQL

ALTER TABLE `health`.`ufutx_report_logs`
CHANGE `user_id` `user_id` VARCHAR(50) NOT NULL COMMENT '被举报用户id';