change ufutx_s2_shop_order_group

This commit is contained in:
tian 2024-12-26 14:57:53 +08:00
parent 8a351a1937
commit c14d38f829

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order_group` ADD `cart_ids` VARCHAR(2048) NOT NULL COMMENT '购物车id多个,逗号分隔' AFTER `order_ids`;