Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Learning Path Action |
||||
| companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
| learningPathId | uuid | 2147483647 | null |
|
|
The ID of the Learning Path associated with the Learning Path Action |
||||
| milestoneId | uuid | 2147483647 | √ | null |
|
|
The ID of the Milestone associated with the Learning Path Action |
|||
| source | varchar | 255 | null |
|
|
The source of the Learning Path Action. Related to type |
||||
| type | varchar | 255 | null |
|
|
The type of the Learning Path Action. Related to source |
||||
| userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the Learning Path Action |
||||
| createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Learning Path Action was created |
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| learningPathActions_pkey | Primary key | Asc | id |
| learningPathActions_learningPathId_idx | Performance | Asc | learningPathId |
| learningPathActions_milestoneId_idx | Performance | Asc | milestoneId |
| learningPathActions_userId_idx | Performance | Asc | userId |

