update bns sql

This commit is contained in:
weiweiw 2024-08-07 10:50:47 +08:00
parent a0e999f670
commit a7d6d78297
1 changed files with 1 additions and 1 deletions

View File

@ -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',