Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| name | varchar |
|
|
The display name of the tag. @example “Has a car”, “Speaks French” |
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| company_id | int8 |
|
|
The company this category belongs to. @example 123 |
| helper_tag_category_id | int8 |
|
|
The category this tag belongs to. @example 456 |
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_tags_pkey | Primary key | Asc | id |
| idx_edge_tags_company_id | Performance | Asc | company_id |
| idx_edge_tags_helper_tag_category_id | Performance | Asc | helper_tag_category_id |