Awarded badges: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Awarded Badges table gives information regarding the badges awarded to each of the participants. == Awarded Badges Variable Documentation == {| class="wikitable" !Field Nam...") |
|||
Line 7: | Line 7: | ||
!id | !id | ||
|int(11) | |int(11) | ||
|Unique ID for each | |Unique ID for each awarded_badge record. | ||
|- | |- | ||
!badge_id | !badge_id |
Revision as of 22:29, 24 April 2018
The Awarded Badges table gives information regarding the badges awarded to each of the participants.
Awarded Badges Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | Unique ID for each awarded_badge record. |
badge_id | int(11) | ID of badge associated with this assignment. |
participant_id | int(11) | ID of participant. |
created_at | datetime | Date time value when the record was created. |
updated_at | datetime | Date time value when the record was updated. |
E/R diagram for Parents Tables
Tables referred by the Awarded Badges Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables refer the Awarded Badges Table as Foreign Key Relationship.
Back to Database Tables Main page.