From 09d6ae0552610c19cf844b1fdf496395a8bf4ef7 Mon Sep 17 00:00:00 2001 From: imtbkcat Date: Sun, 3 Mar 2019 22:38:55 +0800 Subject: [PATCH] add mysql table const --- mysql/const.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql/const.go b/mysql/const.go index 40d797124..a1a7799ac 100644 --- a/mysql/const.go +++ b/mysql/const.go @@ -182,6 +182,10 @@ const ( GlobalStatusTable = "GLOBAL_STATUS" // TiDBTable is the table contains tidb info. TiDBTable = "tidb" + // RoleEdgesTable is the table contains role relation info + RoleEdgeTable = "role_edges" + // DefaultRoleTable is the table contain default active role info + DefaultRoleTable = "default_roles" ) // PrivilegeType privilege