Table harbinger.public.backend_statuses
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19  √  nextval('backend_statuses_id_seq'::regclass)
status_type text 2147483647
hostname text 2147483647
run_output jsonb 2147483647
command text 2147483647
run_start timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Analyzed at Tue Aug 16 14:31 UTC 2022

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc backend_statuses_id
status_type + hostname Performance Desc/Desc backend_statuses_inx
hostname + status_type Must be unique Asc/Asc unique_hostname_status_type