country

241 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
country_num serial 10 nextval('country_country_num_seq'::regclass)
d_organization.country_num Implied ConstraintR
organization.country_num fk_organization_countryR
state.country_num fk_state_countryR
country_name varchar 500 null
country_code varchar 3 null
country_abbrev varchar 2 null
country_full_name varchar 512 null
status int4 10 1

Indexes

Constraint Name Type Sort Column(s)
country_pkey Primary key Asc country_num
uc_country_full_name Must be unique Asc country_full_name
uc_country_name Must be unique Asc country_name

Relationships