Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Assignment Submission |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
courseId | uuid | 2147483647 | √ | null |
|
|
The ID of the Course associated with the Assignment Submission |
|||
userId | uuid | 2147483647 | √ | null |
|
|
The ID of the User associated with the Assignment Submission |
|||
assignmentId | uuid | 2147483647 | √ | null |
|
|
The ID of the Assignment associated with the Assignment Submission |
|||
numericGrade | int2 | 5 | √ | null |
|
|
The numeric grade of the Assignment Submission |
|||
grade | varchar | 16 | √ | null |
|
|
The grade of the Assignment Submission |
|||
commentsCount | int4 | 10 | √ | null |
|
|
The comments count of the Assignment Submission |
|||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Assignment Submission was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
assignmentSubmissions_pkey | Primary key | Asc | id |
assignmentSubmissions_courseId_idx | Performance | Asc | courseId |
assignmentSubmissions_userId_idx | Performance | Asc | userId |