Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| consumption_id | uuid | 2147483647 | null |
|
|
||||||
| event_id | uuid | 2147483647 | null |
|
|
||||||
| company_id | uuid | 2147483647 | null |
|
|
||||||
| handler_name | varchar | 120 | null |
|
|
||||||
| completed_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_event_consumption | Primary key | Asc | consumption_id |
| idx_event_consumption_company_event | Performance | Asc/Asc | company_id + event_id |
| uq_event_consumption_event_handler | Must be unique | Asc/Asc | event_id + handler_name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| ck_event_consumption_handler_not_blank | ((char_length(TRIM(BOTH FROM handler_name)) > 0)) |

