mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-28 19:00:44 +03:00
Youtube handle try, not working, user input for it.
This commit is contained in:
+12
-10
@@ -8,16 +8,18 @@ generator client {
|
||||
}
|
||||
|
||||
model User {
|
||||
id String @id @default(cuid())
|
||||
name String?
|
||||
email String? @unique
|
||||
emailVerified DateTime?
|
||||
image String?
|
||||
accounts Account[]
|
||||
sessions Session[]
|
||||
youtubeId String? @unique
|
||||
coins Int @default(0)
|
||||
entries Entry[]
|
||||
id String @id @default(cuid())
|
||||
name String?
|
||||
email String? @unique
|
||||
emailVerified DateTime?
|
||||
image String?
|
||||
accounts Account[]
|
||||
sessions Session[]
|
||||
youtubeUsername String? @unique
|
||||
youtubeHandle String? @unique
|
||||
youtubeChannelId String? @unique
|
||||
coins Int @default(0)
|
||||
entries Entry[]
|
||||
}
|
||||
|
||||
model Account {
|
||||
|
||||
Reference in New Issue
Block a user