Assignment badges: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Assignment Badges table gives information regarding the due dates associated to each of the assignment. == Assignment Badges Variable Documentation == {| class="wikitable" ...") |
No edit summary |
||
Line 1: | Line 1: | ||
The Assignment Badges table gives information regarding the | The Assignment Badges table gives information regarding the badges assigned to each of the assignments. | ||
== Assignment Badges Variable Documentation == | == Assignment Badges Variable Documentation == | ||
Latest revision as of 01:40, 23 April 2018
The Assignment Badges table gives information regarding the badges assigned to each of the assignments.
Assignment Badges Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | Unique ID for each assignment_badge record. |
badge_id | int(11) | ID of badge associated with this assignment. |
assignment_id | int(11) | ID of assignment. |
threshold | int(11) | Threshold value for this assignment badge. |
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 Assignment Badges Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables refer the Assignment Badges Table as Foreign Key Relationship.
Back to Database Tables Main page.