fix: li_wholesale add column template_id
parent
a3e83ff7cb
commit
8a9130240f
|
@ -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 '批发规则表';
|
||||
|
|
Loading…
Reference in New Issue