Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_userregion_id_seq'::regclass) |
|
|
||||
| region_id | int4 | 10 | √ | null |
|
|
||||
| user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_userregion_pkey | Primary key | Asc | id |
| api_userregion_region_id_7c16b98f | Performance | Asc | region_id |
| api_userregion_user_id_8a1418e5 | Performance | Asc | user_id |

