country


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('country_id_seq'::regclass)
samplesize.country_id samplesize_country_id_fkey R
target.country_id target_country_id_fkey R
uuid varchar 2147483647 null
code varchar 2147483647 null
name varchar 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
country_pkey Primary key Asc id
country_uuid_key Must be unique Asc uuid

Relationships