update_ufutx_s2_shop_order_group

This commit is contained in:
tian 2025-02-26 11:59:39 +08:00
parent eb47181827
commit ee1acbc129

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order_group` ADD `amount` BIGINT UNSIGNED NOT NULL COMMENT '实际支付金额' AFTER `pay_no`;