Skip to content

Commit 5b8bb9c

Browse files
iamargentumndom91
authored andcommitted
chore(prisma): update docs fix recommended User schema (#10466)
Co-authored-by: Nico Domino <[email protected]>
1 parent 783599b commit 5b8bb9c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/adapter-prisma/src/index.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,14 @@ import type {
199199
* }
200200
*
201201
* model User {
202-
* id String @id @default(cuid())
203-
* name String?
204-
* email String? @unique
205-
* emailVerified DateTime? @map("email_verified")
206-
* image String?
207-
* accounts Account[]
208-
* sessions Session[]
202+
* id String @id @default(cuid())
203+
* name String?
204+
* email String? @unique
205+
* emailVerified DateTime? @map("email_verified")
206+
* image String?
207+
* accounts Account[]
208+
* sessions Session[]
209+
* authenticators Authenticator[]
209210
*
210211
* @@map("users")
211212
* }

0 commit comments

Comments
 (0)