Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('interface_avail_logs_id_seq'::regclass) |
|
|
|||||
| interface_code | text | 2147483647 | null |
|
|
||||||
| sync_type | text | 2147483647 | null |
|
|
||||||
| trace_id | uuid | 2147483647 | √ | null |
|
|
|||||
| start_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| end_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| rows_returned | int4 | 10 | √ | null |
|
|
|||||
| anomalies | jsonb | 2147483647 | √ | null |
|
|
|||||
| metadata | jsonb | 2147483647 | √ | null |
|
|
|||||
| params | jsonb | 2147483647 | √ | null |
|
|
|||||
| return_payload | jsonb | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| interface_avail_logs_pkey | Primary key | Asc | id |


