Skip to content

Commit

Permalink
add mysql table const
Browse files Browse the repository at this point in the history
  • Loading branch information
imtbkcat committed Mar 5, 2019
1 parent b9a7ac3 commit 09d6ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d6ae0

Please sign in to comment.