Skip to content

Commit

Permalink
feat: updated schema.prisma file from https://github.com/mapadoacolhi…
Browse files Browse the repository at this point in the history
  • Loading branch information
dieh committed Sep 19, 2024
1 parent ab8e9c7 commit 76faa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ model Volunteers {
color String @db.VarChar(100)
gender String @db.VarChar(100)
modality String @db.VarChar(100)
fields_of_work String @db.VarChar(200)
fields_of_work String @db.Text
years_of_experience String @db.VarChar(100)
approach String? @db.VarChar(100)
form_data_id BigInt?
Expand Down

0 comments on commit 76faa06

Please sign in to comment.