Teams users

From Expertiza_Wiki
Revision as of 19:48, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "The Teams table maps users to teams; in rare cases, a single individual is on > 1 team for an assignment. {| class="wikitable" !Field Name !!Type !!Description |- !id |int(1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Teams table maps users to teams; in rare cases, a single individual is on > 1 team for an assignment.

Field Name Type Description
id int(11)
team_id int(11) id of the team to which the user belongs to
user_id int(11) student who belongs to the team


Back to Database Tables Main page.