import_error

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
error_id bigserial 19 nextval('staging.import_error_error_id_seq'::regclass)
batch_id uuid 2147483647 null
import_batch.batch_id Implied Constraint R
entity_name varchar 255 null
source_id varchar 255 null
error_code varchar 255 null
error_message varchar 255 null
raw_data varchar 255 null
created_at timestamp 29,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
import_error_pkey Primary key Asc error_id

Relationships