Signed up teams

From Expertiza_Wiki
Revision as of 00:11, 25 April 2018 by Psinha (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 eferred by the Signed Up Teams Table as Foreign Key Relationship.


Back to Database Tables Main page.