HumanHealthAssessment_System/script/sql/update/update-4.0-4.1.sql
wangchengming e60d33a12e 提交
2025-02-14 10:15:41 +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 '祖级列表';