Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('deployments_heop_id_seq'::regclass) |
|
|
||||
start_date | timestamptz | 35,6 | √ | null |
|
|
||||
end_date | timestamptz | 35,6 | √ | null |
|
|
||||
person | varchar | 100 | √ | null |
|
|
||||
role | varchar | 32 | √ | null |
|
|
||||
comments | text | 2147483647 | √ | null |
|
|
||||
country_id | int4 | 10 | null |
|
|
|||||
dtype_id | int4 | 10 | √ | null |
|
|
||||
event_id | int4 | 10 | √ | null |
|
|
||||
region_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
deployments_heop_pkey | Primary key | Asc | id |
deployments_heop_country_id_30ddffc2 | Performance | Asc | country_id |
deployments_heop_dtype_id_0a894a02 | Performance | Asc | dtype_id |
deployments_heop_event_id_1d298c17 | Performance | Asc | event_id |
deployments_heop_region_id_bd316224 | Performance | Asc | region_id |