Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_event_countries_id_seq'::regclass) |
|
|
||||
event_id | int4 | 10 | null |
|
|
|||||
country_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_event_countries_pkey | Primary key | Asc | id |
api_event_countries_country_id_97e53123 | Performance | Asc | country_id |
api_event_countries_event_id_191f576b | Performance | Asc | event_id |
api_event_countries_event_id_country_id_c0acf816_uniq | Must be unique | Asc/Asc | event_id + country_id |