Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
deployedperson_ptr_id | int4 | 10 | null |
|
|
|||||||
type | varchar | 4 | null |
|
|
|||||||
country_from_id | int4 | 10 | √ | null |
|
|
||||||
deployment_id | int4 | 10 | null |
|
|
|||||||
is_active | bool | 1 | null |
|
|
|||||||
molnix_id | int4 | 10 | √ | null |
|
|
||||||
country_to_id | int4 | 10 | √ | null |
|
|
||||||
molnix_status | varchar | 8 | null |
|
|
|||||||
surge_alert_id | int4 | 10 | √ | null |
|
|
||||||
gender | varchar | 15 | √ | null |
|
|
||||||
location | varchar | 300 | √ | null |
|
|
||||||
appraisal_received | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
deployments_personnel_pkey | Primary key | Asc | deployedperson_ptr_id |
deployments_personnel_country_from_id_f0930561 | Performance | Asc | country_from_id |
deployments_personnel_country_to_id_728793e5 | Performance | Asc | country_to_id |
deployments_personnel_deployment_id_8f9c9c34 | Performance | Asc | deployment_id |
deployments_personnel_surge_alert_id_a5fe32e4 | Performance | Asc | surge_alert_id |