Signed up teams: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Signed Up Teams table gives information regarding teams that are Signed Up. == Signed Up Teams Variable Documentation == {| class="wikitable" !Name !!Datatype !!Description...")
 
 
Line 34: Line 34:


== E/R diagram for Child Tables ==
== E/R diagram for Child Tables ==
No Tables were eferred by the Signed Up Teams Table as Foreign Key Relationship.
No Tables were referred by the Signed Up Teams Table as Foreign Key Relationship.






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 00:16, 25 April 2018

The Signed Up Teams table gives information regarding teams that are Signed Up.

Signed Up Teams Variable Documentation

Name Datatype Description !
id int(11) Unique ID for each of the record. Primary Key
topic_id int(11) ID of the topic the team is associated with.
team_id int(11) ID of the team.
is_waitlisted tinyint(1) Boolean Field to indicate whether the team is waitlisted or not.
preference_priority_number int(11) Priority level for this Topic assigned by the team.

E/R diagram for Parents Tables

Tables referred by the Signed Up Teams Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Signed Up Teams Table as Foreign Key Relationship.


Back to Database Tables Main page.