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 Course Action |
||||
courseId | uuid | 2147483647 | √ | null |
|
|
The ID of the Course associated with the Course Action |
|||
source | varchar | 32 | √ | null |
|
|
The source of the Course Action. Related to the type |
|||
type | varchar | 32 | √ | null |
|
|
The type of the Course Action. Related to the source |
|||
userId | uuid | 2147483647 | √ | null |
|
|
The ID of the User associated with the Course Action |
|||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Course Action was created |
|||
updatedAt | timestamp | 29,6 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
courseActions_pkey | Primary key | Asc | id |
courseActions_courseId_idx | Performance | Asc | courseId |
courseActions_userId_idx | Performance | Asc | userId |