【7.2.5】sql更新,角色资源表增加一个字段

pull/84/head
fengshuonan 2022-10-01 14:25:57 +08:00
parent 52f2832418
commit 7e833ae44b
1 changed files with 2 additions and 0 deletions

View File

@ -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`;