mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 使用雪花id 导致 部门祖籍字段 长度不够问题
This commit is contained in:
@ -1 +1,3 @@
|
||||
alter table sys_menu change query query_param varchar(255) default null comment '路由参数';
|
||||
|
||||
alter table sys_dept modify column ancestors varchar(500) null default '' comment '祖级列表';
|
||||
|
Reference in New Issue
Block a user