Compare commits

..

No commits in common. "982e4f4e22a12d6b4724e4ade273bd2e63fa9665" and "d8115cc45dc587139f0328fc555fb79d19c65dba" have entirely different histories.

View File

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