【7.1.6】接口资源表新增是否是当前系统字段

pull/83/MERGE
rays 2021-12-02 17:12:49 +08:00
parent 567389beaa
commit b1960cc5d2
1 changed files with 1 additions and 0 deletions

View File

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