Parcourir la source

//test

release_toaliyun_real
xhxu il y a 3 ans
Parent
révision
250e90c0f2
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      mallinkAdmin/src/main/resources/db/migration/V2023042700006_wx_merchant_score_rules.sql

+ 5
- 1
mallinkAdmin/src/main/resources/db/migration/V2023042700006_wx_merchant_score_rules.sql Voir le fichier

@@ -12,4 +12,8 @@ CREATE TABLE `wx_merchant_score_rules` (
PRIMARY KEY (`id`) USING BTREE, PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `id_UNIQUE`(`id`) USING BTREE, UNIQUE INDEX `id_UNIQUE`(`id`) USING BTREE,
UNIQUE INDEX `merchant_id`(`merchant_id`, `type`) 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;



--测试

Chargement…
Annuler
Enregistrer