Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
||||
success_count | int4 | 10 | null |
|
|
|||||
failed_count | int4 | 10 | null |
|
|
|||||
file_size | int4 | 10 | null |
|
|
|||||
status | int4 | 10 | null |
|
|
|||||
triggered_at | timestamptz | 35,6 | null |
|
|
|||||
file | varchar | 100 | null |
|
|
|||||
error_file | varchar | 100 | √ | null |
|
|
||||
error_message | text | 2147483647 | √ | null |
|
|
||||
country_id | int4 | 10 | null |
|
|
|||||
local_unit_type_id | int8 | 19 | null |
|
|
|||||
triggered_by_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
local_units_localunitbulkupload_pkey | Primary key | Asc | id |
local_units_localunitbulkupload_country_id_6fc7e7fc | Performance | Asc | country_id |
local_units_localunitbulkupload_local_unit_type_id_93a24b5a | Performance | Asc | local_unit_type_id |
local_units_localunitbulkupload_triggered_by_id_fa26d894 | Performance | Asc | triggered_by_id |
Check Constraints
Constraint Name | Constraint |
---|---|
local_units_localunitbulkupload_file_size_check | ((file_size >= 0)) |
local_units_localunitbulkupload_success_count_check | ((success_count >= 0)) |
local_units_localunitbulkupload_failed_count_check | ((failed_count >= 0)) |