country_vaccine_metadata


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('country_vaccine_metadata_id_seq'::regclass)
touchstone text 2147483647 null
touchstone.id country_vaccine_metadata_touchstone_fkey R
country text 2147483647 null
country.id country_vaccine_metadata_country_fkey R
vaccine text 2147483647 null
vaccine.id country_vaccine_metadata_vaccine_fkey R
year_vaccine_intro int4 10 null
year_support_first int4 10 null
year_support_last int4 10 null

Table contained 0 rows

Indexes

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

Relationships