intf_sync_channel_logs

57 rows


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
files.id Implied Constraint R
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()
api_response jsonb 2147483647 √ null
channel_response jsonb 2147483647 √ null

Indexes

Constraint Name Type Sort Column(s)
interface_avail_logs_pkey Primary key Asc id
ix_intf_sync_channel_logs_created_at Performance Asc created_at
ix_intf_sync_channel_logs_interface_code Performance Asc interface_code
ix_intf_sync_channel_logs_trace_id Performance Asc trace_id

Relationships