Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
component | VARCHAR | 100 |
|
|
||||||
itemtype | VARCHAR | 100 |
|
|
||||||
enabled | BIT | 1 | 1 |
|
|
|||||
tagcollid | BIGINT | 19 | null |
|
|
|||||
callback | VARCHAR | 100 | √ | null |
|
|
||||
callbackfile | VARCHAR | 100 | √ | null |
|
|
||||
showstandard | BIT | 1 | 0 |
|
|
|||||
multiplecontexts | BIT | 1 | 0 |
|
|
Whether the tag area allows tag instances to be created in multiple contexts. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
tagarea_comite_uix | Must be unique | Asc/Asc | component + itemtype |
tagarea_tag_ix | Performance | Asc | tagcollid |