Dwite participants
From Compsci.ca Wiki
Revision as of 11:05, 14 May 2006 by Hacker Dan (Talk | contribs)
Contents |
Structure
- id - int(11), key, auto_increment
- contest_id - int(11)
- team_id - int(11)
id
The key id.
contest_id
The contest being refrured to. See the table contests and the main data base.
team_id
The team particpating in the contest refured to. See the table teams and the main data base.
Notes
- This table is very simple curently but dose the job well. We could either leave it as it is and add more tables for soring and ranking and team to contest info or add more coloumnes on to it. It realy is up to you guys.