country_metadata


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('country_metadata_id_seq'::regclass)
touchstone text 2147483647 null
touchstone.id country_metadata_touchstone_fkey R
country text 2147483647 null
country.id country_metadata_country_fkey R
gavi73 bool 1 null
who_region text 2147483647 null
wuenic_coverage bool 1 null
continent text 2147483647 null
region text 2147483647 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
country_metadata_pkey Primary key Asc id

Relationships