update bns sql
This commit is contained in:
parent
a0e999f670
commit
a7d6d78297
|
|
@ -134,7 +134,7 @@ insert into sys_role values('2', '普通角色', 'common', 2, 2, 1, 1, '0', '
|
|||
-- 5、菜单权限表
|
||||
-- ----------------------------
|
||||
drop table if exists sys_menu;
|
||||
create table sys_menu (
|
||||
create table sys_menu(
|
||||
menu_id bigint(20) not null auto_increment comment '菜单ID',
|
||||
menu_name varchar(50) not null comment '菜单名称',
|
||||
parent_id bigint(20) default 0 comment '父菜单ID',
|
||||
|
|
|
|||
Loading…
Reference in New Issue