migrate/1757576149_change_ufutx_s2_bp_logs.up.sql

1 line
107 B
MySQL
Raw Normal View History

2025-09-11 15:36:00 +08:00
ALTER TABLE `ufutx_s2_bp_logs` CHANGE `sub_user_id` `bp_id` BIGINT NOT NULL DEFAULT '0' COMMENT '福分id';