Browse Source

Revert "//test"

This reverts commit 250e90c0f2.
release_toaliyun_real
xhxu 3 years ago
parent
commit
d35e4a0300
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      mallinkAdmin/src/main/resources/db/migration/V2023042700006_wx_merchant_score_rules.sql

+ 1
- 5
mallinkAdmin/src/main/resources/db/migration/V2023042700006_wx_merchant_score_rules.sql View File

@@ -12,8 +12,4 @@ CREATE TABLE `wx_merchant_score_rules` (
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id_UNIQUE`(`id`) USING BTREE,
UNIQUE INDEX `merchant_id`(`merchant_id`, `type`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '商户积分规则' ROW_FORMAT = Dynamic;



--测试
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '商户积分规则' ROW_FORMAT = Dynamic;

Loading…
Cancel
Save