mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-03 02:34:29 +08:00
@@ -711,7 +711,7 @@ create table if not exists sys_dict_type
|
||||
constraint sys_dict_type_pk primary key (dict_id)
|
||||
);
|
||||
|
||||
create unique index sys_dict_type_index1 ON sys_dict_type (tenant_id, dict_type);
|
||||
create unique index sys_dict_type_index1 ON sys_dict_type (dict_type);
|
||||
|
||||
comment on table sys_dict_type is '字典类型表';
|
||||
comment on column sys_dict_type.dict_id is '字典主键';
|
||||
|
||||
Reference in New Issue
Block a user