Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('burden_estimate_id_seq'::regclass) |
|
|
||||
burden_estimate_set | int4 | 10 | null |
|
|
|||||
country | text | 2147483647 | null |
|
|
|||||
year | int4 | 10 | null |
|
|
|||||
burden_outcome | int4 | 10 | null |
|
|
|||||
stochastic | bool | 1 | null |
|
|
|||||
value | numeric | 131089 | √ | null |
|
|
||||
age | int4 | 10 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
burden_estimate_pkey | Primary key | Asc | id |
burden_estimate_burden_estimate_set_idx | Performance | Asc | burden_estimate_set |
burden_estimate_unique | Must be unique | Asc/Asc/Asc/Asc/Asc | burden_estimate_set + country + year + age + burden_outcome |