create_ufutx_s2_shop_spu_special_recommendation
This commit is contained in:
parent
982e4f4e22
commit
ff24221671
@ -0,0 +1 @@
|
|||||||
|
CREATE TABLE `health`.`ufutx_s2_shop_spu_special_recommendation` (`id` INT NOT NULL AUTO_INCREMENT , `spu_id` INT NOT NULL , `sort` INT NOT NULL COMMENT '顺序, 越小越靠前' , `deleted_at` TIMESTAMP NULL DEFAULT NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '商城商品特别推荐';
|
||||||
Loading…
Reference in New Issue
Block a user