Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| helper_id | int8 |
|
|
|
| tag_id | int8 |
|
|
|
| text |
|
|
Surrogate key for the helpers_tags join table. |
|
| company_id | int8 |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_helpers_tags_pkey | Primary key | Asc | helpers_tags_skey |
| idx_edge_helpers_tags_helper_id | Performance | Asc | helper_id |
| idx_edge_helpers_tags_tag_id | Performance | Asc | tag_id |