update 优化 SysRole 部分字段类型 防止数据库类型映射异常

This commit is contained in:
疯狂的狮子li
2022-03-16 12:45:53 +08:00
parent 880b3290e8
commit 49ac180329
5 changed files with 14 additions and 14 deletions

View File

@ -157,8 +157,8 @@ create table if not exists sys_role
role_key varchar(100) not null,
role_sort int4 not null,
data_scope char default '1'::bpchar,
menu_check_strictly smallint default 1,
dept_check_strictly smallint default 1,
menu_check_strictly int2 default 1,
dept_check_strictly int2 default 1,
status char not null,
del_flag char default '0'::bpchar,
create_by varchar(64) default ''::varchar,