burden_estimate


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
burden_estimate_set.id burden_estimate_burden_estimate_set_fkey R
country text 2147483647 null
country.id burden_estimate_country_fkey R
year int4 10 null
burden_outcome int4 10 null
burden_outcome.id burden_estimate_burden_outcome_fkey R
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

Relationships