api_event_countries_for_preview

98 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_event_countries_for_preview_id_seq'::regclass)
event_id int4 10 null
api_event.id api_event_countries__event_id_32a0793c_fk_api_eventR
country_id int4 10 null
api_country.id api_event_countries__country_id_03fca10d_fk_api_countR

Indexes

Constraint Name Type Sort Column(s)
api_event_countries_for_preview_pkey Primary key Asc id
api_event_countries_for__event_id_country_id_824bd67c_uniq Must be unique Asc/Asc event_id + country_id
api_event_countries_for_preview_country_id_03fca10d Performance Asc country_id
api_event_countries_for_preview_event_id_32a0793c Performance Asc event_id

Relationships