mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 SysRole 部分字段类型 防止数据库类型映射异常
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user