Skip to content

Commit

Permalink
chore: update Table User, add phone field
Browse files Browse the repository at this point in the history
  • Loading branch information
aldamr01 committed Sep 3, 2023
1 parent 0ede9b2 commit 7dcac02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ model User {
email String @unique
name String
username String @unique
phone String @unique
role UserRole? @relation(fields: [roleId], references: [id])
roleId String?
Expand Down

0 comments on commit 7dcac02

Please sign in to comment.