Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -14,7 +14,8 @@ model User { | ... | @@ -14,7 +14,8 @@ model User { |
14 | email String @unique | 14 | email String @unique |
15 | password String | 15 | password String |
16 | name String | 16 | name String |
17 | - loginSecret String? | 17 | + emailSecret String? |
18 | + phoneSecret String? | ||
18 | bio String? | 19 | bio String? |
19 | rooms Room[] @relation(references: [id]) | 20 | rooms Room[] @relation(references: [id]) |
20 | messages Message[] | 21 | messages Message[] | ... | ... |
-
Please register or login to post a comment