Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | text | 2147483647 | null |
|
|
|||||||
name | varchar | 100 | null |
|
|
|||||||
vocabulary_id | varchar | 100 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tag_pkey | Primary key | Asc | id |
idx_tag_id | Performance | Asc | id |
idx_tag_name | Performance | Asc | name |
tag_name_vocabulary_id_key | Must be unique | Asc/Asc | name + vocabulary_id |