fix: li_wholesale add column template_id

master
paulGao 2022-10-17 14:29:12 +08:00
parent a3e83ff7cb
commit 8a9130240f
1 changed files with 1 additions and 0 deletions

View File

@ -56225,6 +56225,7 @@ CREATE TABLE `li_wholesale`
`price` decimal(10, 2) DEFAULT NULL COMMENT '价格',
`goods_id` bigint DEFAULT NULL COMMENT '商品id',
`sku_id` bigint DEFAULT NULL COMMENT '商品skuId',
`template_id` bigint DEFAULT NULL COMMENT '商品模版Id',
`num` int DEFAULT NULL COMMENT '起购量',
PRIMARY KEY (`id`)
) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_bin COMMENT '批发规则表';