update game ue
This commit is contained in:
@ -12,5 +12,8 @@ type Card func(*sql.Selector)
|
||||
// Group is the predicate function for group builders.
|
||||
type Group func(*sql.Selector)
|
||||
|
||||
// Ue is the predicate function for ue builders.
|
||||
type Ue func(*sql.Selector)
|
||||
|
||||
// User is the predicate function for user builders.
|
||||
type User func(*sql.Selector)
|
||||
|
Reference in New Issue
Block a user