소스 검색

fix

release_toaliyun_real
winter 1 년 전
부모
커밋
df9ce69067
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      mallinkAdmin/src/main/resources/db/migration/V202411000000001.sql

+ 1
- 2
mallinkAdmin/src/main/resources/db/migration/V202411000000001.sql 파일 보기

@@ -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='商铺';




불러오는 중...
취소
저장