country_worldbank_status


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('country_worldbank_status_id_seq'::regclass)
touchstone text 2147483647 null
touchstone.id country_worldbank_status_touchstone_fkey R
country text 2147483647 null
country.id country_worldbank_status_country_fkey R
year int4 10 null
worldbank_status text 2147483647 null
worldbank_status.id country_worldbank_status_worldbank_status_fkey R

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
country_worldbank_status_pkey Primary key Asc id
country_worldbank_status_touchstone_country_year_key Must be unique Asc/Asc/Asc touchstone + country + year

Relationships