Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Bundle Tag |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
bundleId | uuid | 2147483647 | √ | null |
|
|
The ID of the Bundle associated with the Bundle Tag |
|||
tagId | uuid | 2147483647 | √ | null |
|
|
The ID of the Tag associated with the Bundle Tag |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
bundleTags_pkey | Primary key | Asc | id |
bundleTags_bundleId_idx | Performance | Asc | bundleId |
bundleTags_tagId_idx | Performance | Asc | tagId |