migrate/1757576297_change_ufutx_s2_bp_logs.up.sql

1 line
103 B
MySQL
Raw Normal View History

2025-09-11 15:38:24 +08:00
ALTER TABLE `ufutx_s2_bp_logs` ADD `type_id` INT NOT NULL DEFAULT '0' COMMENT '类型id' AFTER `bp_id`;