Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the LTI Attempt |
||||
courseId | uuid | 2147483647 | null |
|
|
The ID of the Course associated with the LTI Attempt |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the LTI Attempt |
||||
topicId | uuid | 2147483647 | null |
|
|
The ID of the Topic associated with the LTI Attempt |
||||
topicType | varchar | 32 | null |
|
|
The topic type of the LTI Attempt |
||||
resultscore | float8 | 17,17 | null |
|
|
The resultscore of the LTI Attempt |
||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the LTI Attempt was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ltiAttempts_pkey | Primary key | Asc | id |
ltiAttempts_courseId_idx | Performance | Asc | courseId |
ltiAttempts_topicId_idx | Performance | Asc | topicId |
ltiAttempts_userId_idx | Performance | Asc | userId |