chore: 字典编码修改为普通索引
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
`update_by` bigint DEFAULT NULL COMMENT '修改人ID',
|
`update_by` bigint DEFAULT NULL COMMENT '修改人ID',
|
||||||
`is_deleted` tinyint DEFAULT '0' COMMENT '是否删除(1-删除,0-未删除)',
|
`is_deleted` tinyint DEFAULT '0' COMMENT '是否删除(1-删除,0-未删除)',
|
||||||
PRIMARY KEY (`id`) USING BTREE,
|
PRIMARY KEY (`id`) USING BTREE,
|
||||||
UNIQUE KEY `uk_code` (`dict_code`) USING BTREE
|
KEY `idx_dictcode` (`dict_code`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='字典表';
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC COMMENT='字典表';
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Records of sys_dict
|
-- Records of sys_dict
|
||||||
|
|||||||
Reference in New Issue
Block a user