Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('gate_events_id_seq'::regclass) |
|
|
||
| application_id | int8 | 19 | √ | null |
|
|
||
| job_id | int8 | 19 | null |
|
|
|||
| render_id | int8 | 19 | √ | null |
|
|
||
| score | float4 | 8,8 | √ | null |
|
|
||
| threshold | float4 | 8,8 | √ | null |
|
|
||
| passed | bool | 1 | null |
|
|
|||
| basis | text | 2147483647 | √ | null |
|
|
||
| missing_keywords | jsonb | 2147483647 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| gate_events_pkey | Primary key | Asc | id |
| idx_gate_events_job | Performance | Asc/Desc | job_id + created_at |