HaoKun_web_stie/script/sql/update/update-4.0-4.1.sql
2024-06-20 10:13:15 +08:00

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 '祖级列表';