Calculated penalties: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline. == Calculated Penalties Document...")
 
Line 7: Line 7:
!id   
!id   
|int(11)   
|int(11)   
|Unique ID for each bookmark record.
|Unique ID for each calculated_penalties record.
|-  
|-  
!participant_id   
!participant_id   

Revision as of 23:00, 24 April 2018

The Calculated Panalties table gives information regarding the penalty awarded to a particular participant associated with a particular deadline.

Calculated Penalties Documentation

Field Name Type Description
id int(11) Unique ID for each calculated_penalties record.
participant_id int(11) ID of the Participant.
deadline_type_id int(11) ID of the Deadline associated with the penalty.
penalty_points int(11) Penalty points awarded to the participant.

E/R diagram for Parents Tables

No Tables were referred by the Calculated Penalties Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Calculated Penalties Table as Foreign Key Relationship.



Back to Database Tables Main page.