update_ufutx_s2_shop_sku

This commit is contained in:
tian 2025-02-24 21:32:31 +08:00
parent 96c92b7a60
commit eb47181827

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_sku` ADD `sub_category_id` INT UNSIGNED NOT NULL DEFAULT '1' COMMENT '次级分类id' AFTER `payment_id`;