Skip to content

Commit

Permalink
Add city field to school model
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott committed Apr 3, 2024
1 parent 04d98fa commit 125f8d7
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 @@ -62,6 +62,7 @@ model school {
id String @id @default(uuid())
name String
address String
city String
members user[]
groups group[]
}
Expand Down

0 comments on commit 125f8d7

Please sign in to comment.