migrate/1736409166_change_ufutx_s2_shop_order.up.sql

1 line
115 B
MySQL
Raw Normal View History

2025-01-09 15:52:56 +08:00
ALTER TABLE `ufutx_s2_shop_order` ADD `bp_gain` INT NOT NULL DEFAULT '0' COMMENT '获得的福分' AFTER `bp_cast`;