Add guest profiles

This commit is contained in:
2023-03-23 15:15:11 +09:00
committed by Bluub
parent cf3c9b8c86
commit a0bf718e1d
8 changed files with 83 additions and 20 deletions
+2
View File
@@ -14,6 +14,8 @@ model User {
username String @unique
password String
email String
isGuest Boolean @default(false)
partyPlayed Int @default(0)
LessonHistory LessonHistory[]
SongHistory SongHistory[]
searchHistory SearchHistory[]