api_countrykeydocument

3540 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_countrykeydocument_id_seq'::regclass)
name varchar 255 null
url varchar 255 null
thumbnail varchar 255 null
document_type varchar 255 null
year date 13 null
country_id int4 10 null
api_country.id api_countrykeydocument_country_id_def8e8ea_fk_api_country_idR
end_year date 13 null
year_text varchar 255 null

Indexes

Constraint Name Type Sort Column(s)
api_countrykeydocument_pkey Primary key Asc id
api_countrykeydocument_country_id_def8e8ea Performance Asc country_id
api_countrykeydocument_country_id_url_97aa0653_uniq Must be unique Asc/Asc country_id + url

Relationships