Skip to content

Commit

Permalink
Merge pull request #63 from bandungpy/chore/update-user-column
Browse files Browse the repository at this point in the history
chore: add emailVerifiedAt column
  • Loading branch information
fadoilulmun-im authored Sep 9, 2023
2 parents 45d7294 + 1a73f37 commit 50c21cf
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 @@ -35,6 +35,7 @@ model User {
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
emailVerifiedAt DateTime? @db.Timestamp(0)
@@index([roleId])
}
Expand Down

0 comments on commit 50c21cf

Please sign in to comment.