mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-18 01:06:40 +08:00
4 lines
195 B
SQL
4 lines
195 B
SQL
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 '祖级列表';
|