[UPD] add new param to user

This commit is contained in:
Quentin TREHEUX
2023-05-28 11:20:34 +02:00
parent 5775719084
commit ef129c9913
+1
View File
@@ -14,6 +14,7 @@ model User {
username String @unique
password String
email String
googleId String? @unique
LessonHistory LessonHistory[]
SongHistory SongHistory[]
searchHistory SearchHistory[]