migrate/1770174999_table_inner_app_add_spu_id.up.sql

2 lines
104 B
MySQL
Raw Permalink Normal View History

2026-02-04 11:20:47 +08:00
ALTER TABLE `ufutx_inner_app`
ADD COLUMN `spu_id` INT default null comment "商品spu_id" after `status`