inner app add spu_id

This commit is contained in:
Hankin 2026-02-04 11:20:47 +08:00
parent 84dbf4c573
commit 1665c2947f

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_inner_app`
ADD COLUMN `spu_id` INT default null comment "商品spu_id" after `status`