Join team requests: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |INT(4) |The unique record id |- !participant_id |INT(4) |unique identifier for participant |- !team_id |INT(4) |...")
 
No edit summary
Line 29: Line 29:
|DATETIME
|DATETIME
|update time for last changes in the team
|update time for last changes in the team
|-
|
}
}


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.

Revision as of 21:02, 25 April 2018

Field Name Type Description
id INT(4) The unique record id
participant_id INT(4) unique identifier for participant
team_id INT(4) identifier for identifying team
comments
status
created_at DATETIME creation time of the team
updated_at DATETIME update time for last changes in the team

}

Back to Database Tables Main page.