mirror of https://gitee.com/stylefeng/guns
【7.2.5】sql更新,角色资源表增加一个字段
parent
52f2832418
commit
7e833ae44b
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `sys_role_resource`
|
||||
ADD COLUMN `resource_biz_type` tinyint(4) NULL DEFAULT 2 COMMENT '资源的业务类型:1-业务类,2-系统类' AFTER `resource_code`;
|
Loading…
Reference in New Issue