Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_appealhistory_id_seq'::regclass) |
|
|
||||
num_beneficiaries | int4 | 10 | null |
|
|
|||||
amount_requested | float8 | 17,17 | null |
|
|
|||||
amount_funded | float8 | 17,17 | null |
|
|
|||||
valid_from | timestamptz | 35,6 | √ | null |
|
|
||||
valid_to | timestamptz | 35,6 | √ | null |
|
|
||||
aid | varchar | 20 | null |
|
|
|||||
start_date | timestamptz | 35,6 | √ | null |
|
|
||||
end_date | timestamptz | 35,6 | √ | null |
|
|
||||
atype | int4 | 10 | null |
|
|
|||||
appeal_id | int4 | 10 | √ | null |
|
|
||||
country_id | int4 | 10 | null |
|
|
|||||
region_id | int4 | 10 | √ | null |
|
|
||||
dtype_id | int4 | 10 | √ | null |
|
|
||||
needs_confirmation | bool | 1 | null |
|
|
|||||
status | int4 | 10 | null |
|
|
|||||
code | varchar | 20 | √ | null |
|
|
||||
triggering_amount | numeric | 12,2 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_appealhistory_pkey | Primary key | Asc | id |
api_appealhistory_appeal_id_57dfabe9 | Performance | Asc | appeal_id |
api_appealhistory_country_id_a6e61f17 | Performance | Asc | country_id |
api_appealhistory_dtype_id_a0d98a60 | Performance | Asc | dtype_id |
api_appealhistory_region_id_021d21f5 | Performance | Asc | region_id |