Teams users: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 16: Line 16:
|student who belongs to the team
|student who belongs to the team
|}  
|}  
== E/R diagram of tables referencing teams_users table  ==
This table is not referenced by any other tables


== E/R diagram of tables teams_users table is referencing to ==
The following image shows the tables referencing teams_users table is referencing to
[[File:teams_users_export.png]]


Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Latest revision as of 22:25, 24 April 2018

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

E/R diagram of tables referencing teams_users table

This table is not referenced by any other tables

E/R diagram of tables teams_users table is referencing to

The following image shows the tables referencing teams_users table is referencing to

Back to Database Tables Main page.