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 |
|
|
||||
updated_by_id | int4 | 10 | √ | null |
|
|
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 |