_cris_import_log

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('cris_import_log_id_seq'::regclass)
object_path text 2147483647 null

The location within the bucket where the extract was found

object_name text 2147483647 null

The name of the object (file) within the bucket

created_at timestamptz 35,6 now()

Audit field for when the import started

completed_at timestamptz 35,6 null

Audit field for when the import finished

records_processed jsonb 2147483647 null

A JSON blob that contains counts or a list of crashes imported per schema

Indexes

Constraint Name Type Sort Column(s)
cris_import_log_pkey Primary key Asc id

Relationships