Skip to content

Commit d110705

Browse files
author
imtbkcat
committed
add mysql table const
1 parent bf1d0f3 commit d110705

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql/const.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ const (
182182
GlobalStatusTable = "GLOBAL_STATUS"
183183
// TiDBTable is the table contains tidb info.
184184
TiDBTable = "tidb"
185+
// RoleEdgesTable is the table contains role relation info
186+
RoleEdgeTable = "role_edges"
187+
// DefaultRoleTable is the table contain default active role info
188+
DefaultRoleTable = "default_roles"
185189
)
186190

187191
// PrivilegeType privilege

0 commit comments

Comments
 (0)