mirror of https://gitee.com/stylefeng/guns
【7.1.6】接口资源表新增是否是当前系统字段
parent
567389beaa
commit
b1960cc5d2
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `api_resource` ADD COLUMN `current_system_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y' COMMENT '是否是当前系统资源:Y-是,N-否' AFTER `api_alias`;
|
Loading…
Reference in New Issue