Footprints Data Model |
Table |
Name | team_item_association |
Comment | This contains the association between the team, the team assignment method and the item types. This is new functionality, as oposed to the current application that sets the assignment method directly on the team. The change was due to the new concept of multiple items in a workspace. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
team_id | bigint | A Foreign Key to the Team table. | Yes | Yes |
defn_id | bigint | A Foreign Key to the Definition table. | Yes | Yes |