Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_usercountry_id_seq'::regclass) |
|
|
||||
| country_id | int4 | 10 | √ | null |
|
|
||||
| user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_usercountry_pkey | Primary key | Asc | id |
| api_usercountry_country_id_2bc77ab6 | Performance | Asc | country_id |
| api_usercountry_user_id_4748314e | Performance | Asc | user_id |

