Skip to content

Commit

Permalink
Updated volunteer and constituent fields
Browse files Browse the repository at this point in the history
KBui4 committed Mar 21, 2024

Verified

This commit was signed with the committer’s verified signature.
brucebolt Bruce Bolt
1 parent 45b4ac5 commit 43699dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ model Constituent {
Country String
EmailAddress String?
PhoneNumber String?
AreaCode String?
CompanySchoolName String?
donors Donor[]
organizations Organization[]
@@ -33,6 +34,7 @@ model Volunteer {
AgreementToMediaUse Boolean?
TrainingCompletion String?
BackgroundCheckCompletion Boolean?
IsOverEighteen Boolean?
ConstituentID String
Constituent Constituent @relation(fields: [ConstituentID], references: [ConstituentID])
VolunteerEvents VolunteerEvent[]
@@ -108,3 +110,4 @@ model VolunteerEvent {
Event Event @relation(fields: [EventID], references: [EventID])
Volunteer Volunteer @relation(fields: [VolunteerID], references: [VolunteerID])
}

0 comments on commit 43699dc

Please sign in to comment.