read_errors

0 rows


Description

errors that are detected during new reports collection

Columns

Column Type Size Nulls Auto Default Children Parents Comments
error_id serial 10 nextval('read_errors_error_id_seq'::regclass)
org_id int4 10 null
new_reports.org_id read_errors_org_id_cluster_updated_at_fkeyC
cluster bpchar 36 null
new_reports.cluster read_errors_org_id_cluster_updated_at_fkeyC
updated_at timestamp 29,6 null
new_reports.updated_at read_errors_org_id_cluster_updated_at_fkeyC
error_text varchar 1000 null
created_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
read_errors_pkey Primary key Asc error_id
read_errors_error_id_org_id_cluster_updated_at_key Must be unique Asc/Asc/Asc/Asc error_id + org_id + cluster + updated_at

Relationships