country_plan_dataimport

4 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('country_plan_dataimport_id_seq'::regclass)
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
file varchar 100 null
errors jsonb 2147483647 null
created_by_id int4 10 null
auth_user.id country_plan_dataimport_created_by_id_1c6ccf87_fk_auth_user_idR
updated_by_id int4 10 null
auth_user.id country_plan_dataimport_updated_by_id_f12e8a8c_fk_auth_user_idR

Indexes

Constraint Name Type Sort Column(s)
country_plan_dataimport_pkey Primary key Asc id
country_plan_dataimport_created_by_id_1c6ccf87 Performance Asc created_by_id
country_plan_dataimport_updated_by_id_f12e8a8c Performance Asc updated_by_id

Relationships