added tick to messages
This commit is contained in:
@@ -11,6 +11,8 @@ const (
|
||||
FieldMessage = "message"
|
||||
// FieldAllChat holds the string denoting the all_chat field in the database.
|
||||
FieldAllChat = "all_chat"
|
||||
// FieldTick holds the string denoting the tick field in the database.
|
||||
FieldTick = "tick"
|
||||
// EdgeMatchPlayer holds the string denoting the match_player edge name in mutations.
|
||||
EdgeMatchPlayer = "match_player"
|
||||
// Table holds the table name of the messages in the database.
|
||||
@@ -29,6 +31,7 @@ var Columns = []string{
|
||||
FieldID,
|
||||
FieldMessage,
|
||||
FieldAllChat,
|
||||
FieldTick,
|
||||
}
|
||||
|
||||
// ForeignKeys holds the SQL foreign-keys that are owned by the "messages"
|
||||
|
Reference in New Issue
Block a user