Compare commits

...

2 Commits

View File

@ -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 = '商城商品特别推荐';