清理单元测试 sql 脚本

This commit is contained in:
dengxiaobing
2022-12-30 10:04:20 +08:00
parent a83b8e8fbc
commit df2c137fe2
10 changed files with 15 additions and 98 deletions

View File

@@ -1,3 +1,6 @@
DELETE FROM "product_sku";
DELETE FROM "product_spu";
DELETE FROM "product_category";
DELETE FROM "product_spu";

View File

@@ -21,7 +21,6 @@ CREATE TABLE IF NOT EXISTS `product_sku` (
PRIMARY KEY (`id`)
) COMMENT '商品sku';
CREATE TABLE IF NOT EXISTS `product_spu` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键',
`tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',