Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_event_regions_id_seq'::regclass) |
|
|
||||
event_id | int4 | 10 | null |
|
|
|||||
region_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_event_regions_pkey | Primary key | Asc | id |
api_event_regions_event_id_50fb114e | Performance | Asc | event_id |
api_event_regions_event_id_region_id_0072adbd_uniq | Must be unique | Asc/Asc | event_id + region_id |
api_event_regions_region_id_fb335986 | Performance | Asc | region_id |