Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| subject_type | varchar |
|
|
|
| subject_id | int8 |
|
|
|
| topic | varchar |
|
|
|
| status | varchar |
|
|
|
| level | varchar |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| company_id | int8 |
|
|
|
| ticket_id | int8 |
|
|
|
| dismissed_at | timestamp |
|
|
|
| dismissed_by_id | int8 |
|
|
|
| triggered_by_type | varchar |
|
|
|
| triggered_by_id | int8 |
|
|
|
| target_type | varchar |
|
|
|
| target_id | int8 |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| dismissed_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_insights_pkey | Primary key | Asc | id |
| idx_edge_insights_company_id | Performance | Asc | company_id |
| idx_edge_insights_dismissed_by_id | Performance | Asc | dismissed_by_id |
| idx_edge_insights_subject_id | Performance | Asc | subject_id |
| idx_edge_insights_target_id | Performance | Asc | target_id |
| idx_edge_insights_ticket_id | Performance | Asc | ticket_id |
| idx_edge_insights_triggered_by_id | Performance | Asc | triggered_by_id |