Skip to content

Commit

Permalink
add more address fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt committed Jan 19, 2024
1 parent 6cfd874 commit c76d050
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ model User {
email String? @unique
avatarUrl String?
address String?
address String?
postalCode String?
city String?
state String?
country String
account Account?
pointTransactions PointTransaction[]
Expand Down

0 comments on commit c76d050

Please sign in to comment.