mirror of
https://gitee.com/iteaj/iboot.git
synced 2026-09-01 15:26:10 +08:00
5 lines
126 B
SQL
5 lines
126 B
SQL
alter table sys_menu
|
|
add msn char(16) null comment '所属模块';
|
|
|
|
create index sys_menu_msn_index
|
|
on sys_menu (msn); |