change_ufutx_s2_shop_order

This commit is contained in:
tian 2025-04-24 17:47:50 +08:00
parent 7a4c5406b3
commit e17faa3898

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` ADD `payment_id` INT NOT NULL DEFAULT '0' COMMENT '支付商户id' AFTER `id`;