feat: initial commit
This commit is contained in:
@ -19,12 +19,17 @@ type Player struct {
|
||||
|
||||
Name string
|
||||
|
||||
UserID string `gorm:"index"`
|
||||
UserEmail string `gorm:"index"`
|
||||
UserProvider string `gorm:"index"`
|
||||
|
||||
Score int
|
||||
|
||||
PlayedAt time.Time
|
||||
|
||||
SelectedEntry *uint
|
||||
SelectedTurn *uint
|
||||
SelectedAt time.Time
|
||||
SelectedAnswer *int
|
||||
}
|
||||
|
||||
type QuizTurn struct {
|
||||
|
Reference in New Issue
Block a user