Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('country_plan_strategicpriority_id_seq'::regclass) |
|
|
||||
type | varchar | 100 | null |
|
|
|||||
funding_requirement | float8 | 17,17 | √ | null |
|
|
||||
people_targeted | int4 | 10 | √ | null |
|
|
||||
country_plan_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
country_plan_strategicpriority_pkey | Primary key | Asc | id |
country_plan_strategicpr_country_plan_id_type_c705ceca_uniq | Must be unique | Asc/Asc | country_plan_id + type |
country_plan_strategicpriority_country_plan_id_6481cd10 | Performance | Asc | country_plan_id |