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 3, 2019
1 parent bf1d0f3 commit d110705
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 d110705

Please sign in to comment.