Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Learning Path Tag |
||||
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 Tag |
|||
tagId | uuid | 2147483647 | √ | null |
|
|
The ID of the Tag associated with the Learning Path Tag |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
learningPathTags_pkey | Primary key | Asc | id |
learningPathTags_learningPathId_idx | Performance | Asc | learningPathId |
learningPathTags_tagId_idx | Performance | Asc | tagId |