Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_countryicrcpresence_id_seq'::regclass) |
|
|
||||
icrc_presence | bool | 1 | √ | null |
|
|
||||
url | varchar | 255 | √ | null |
|
|
||||
key_operation | bool | 1 | √ | null |
|
|
||||
description | text | 2147483647 | √ | null |
|
|
||||
country_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_countryicrcpresence_pkey | Primary key | Asc | id |
api_countryicrcpresence_country_id_894a1a06_uniq | Must be unique | Asc | country_id |