Skip to content
Snippets Groups Projects
Commit 9c6bcef5 authored by Federico Hurtado's avatar Federico Hurtado
Browse files

Updated schema

parent 6426936e
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,7 @@
}
degrees: [
{
subject: string (not null),
degreeType: string (accepted values: "AS", "BS", "MS", "PhD") (need to add more of these) --> make a dropdown menu to choose from in front end for this
degreeType: string (accepted values: "AS", "BS", "BA", "MS", "PhD", ....) (need to add more of these) --> make a dropdown menu to choose from in front end for this
degreeYear: int (not null),
degreeDescription: string (max 255 chars)
degreeDepartment: string,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment