Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 1 anno fa
parent
commit
df9ce69067
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      mallinkAdmin/src/main/resources/db/migration/V202411000000001.sql

+ 1
- 2
mallinkAdmin/src/main/resources/db/migration/V202411000000001.sql Vedi File

@@ -79,8 +79,7 @@ CREATE TABLE `wx_shop_users` (
`info_id` bigint(20) NOT NULL,
`type` int(1) NOT NULL DEFAULT '2' COMMENT '类型',
PRIMARY KEY (`id`),
UNIQUE KEY `id_UNIQUE` (`id`),
UNIQUE KEY `UNIQUE_S_U` (`tenant_id`,`shop_id`,`shop_user_id`)
UNIQUE KEY `id_UNIQUE` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC COMMENT='商铺';




Caricamento…
Annulla
Salva