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 Scorm Attempt |
||||
courseId | uuid | 2147483647 | null |
|
|
The ID of the Course associated with the Scorm Attempt |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the Scorm Attempt |
||||
topicId | uuid | 2147483647 | null |
|
|
The ID of the Topic associated with the Scorm Attempt |
||||
topicType | varchar | 32 | null |
|
|
The topic type of the Scorm Attempt |
||||
completionStatus | varchar | 16 | null |
|
|
The completion status of the Scorm Attempt |
||||
rawScore | int4 | 10 | √ | null |
|
|
The raw score of the Scorm Attempt |
|||
minScore | int4 | 10 | √ | null |
|
|
The min score of the Scorm Attempt |
|||
maxScore | int4 | 10 | √ | null |
|
|
The max score of the Scorm Attempt |
|||
passed | bool | 1 | false |
|
|
Indicates if the Scorm Attempt was passed |
||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Scorm Attempt was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
scormAttempts_pkey | Primary key | Asc | id |
scormAttempts_courseId_idx | Performance | Asc | courseId |
scormAttempts_topicId_idx | Performance | Asc | topicId |
scormAttempts_userId_idx | Performance | Asc | userId |