Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('uptime_monitorcheck_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| is_up | bool | 1 | null |
|
|
||||||
| start_check | timestamptz | 35,6 | null |
|
|
||||||
| reason | int2 | 5 | √ | null |
|
|
|||||
| response_time | interval | 49,6 | √ | null |
|
|
|||||
| data | jsonb | 2147483647 | √ | null |
|
|
|||||
| monitor_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| uptime_monitorcheck_pkey | Primary key | Asc | id |
| uptime_moni_start_c_6434f7_idx | Performance | Asc/Asc | start_check + monitor_id |
| uptime_monitorcheck_created_30ad32ef | Performance | Asc | created |
| uptime_monitorcheck_monitor_id_22034d3b | Performance | Asc | monitor_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| uptime_monitorcheck_reason_check | ((reason >= 0)) |