Closed jmbarne3 closed 3 years ago
Update the division, organization, department and college fields on the Employee model to ManyToMany fields, to reflect that an employee can be a member of more than one.
division
organization
department
college
Employee
ManyToMany
Solved in #294
Update the
division
,organization
,department
andcollege
fields on theEmployee
model toManyToMany
fields, to reflect that an employee can be a member of more than one.