modified 新增默认分组数据

This commit is contained in:
zhaoxiang 2018-06-06 17:31:46 +08:00
parent 33a2672121
commit 7c2fcb707e

View File

@ -144,6 +144,9 @@ CREATE TABLE `admin_group` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='接口组管理';
INSERT INTO `admin_group` (`id`, `name`, `description`, `status`, `hash`, `addTime`, `updateTime`, `image`, `hot`)
VALUES
(1, '默认分组', '默认分组', 1, 'default', 0, 0, NULL, 0);
# Dump of table admin_list