Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
|||||
enabled | bool | 1 | null |
|
|
|||||
country_id | int4 | 10 | null |
|
|
|||||
created_by_id | int4 | 10 | √ | null |
|
|
||||
local_unit_type_id | int8 | 19 | null |
|
|
|||||
updated_by_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
local_units_externallymanagedlocalunit_pkey | Primary key | Asc | id |
local_units_externallymana_local_unit_type_id_2fd5f599 | Performance | Asc | local_unit_type_id |
local_units_externallymanagedlocalunit_country_id_ee34f26d | Performance | Asc | country_id |
local_units_externallymanagedlocalunit_created_by_id_7c6ae11c | Performance | Asc | created_by_id |
local_units_externallymanagedlocalunit_updated_by_id_47689aac | Performance | Asc | updated_by_id |
unique_country_local_unit_type | Must be unique | Asc/Asc | country_id + local_unit_type_id |