Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_countrysupportingpartner_id_seq'::regclass) |
|
|
||||
first_name | varchar | 255 | √ | null |
|
|
||||
last_name | varchar | 255 | √ | null |
|
|
||||
position | varchar | 255 | √ | null |
|
|
||||
varchar | 255 | √ | null |
|
|
|||||
country_id | int4 | 10 | null |
|
|
|||||
supporting_type | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_countrysupportingpartner_pkey | Primary key | Asc | id |
api_countrysupportingpartner_country_id_df5647f9 | Performance | Asc | country_id |