Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('res_country_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| address_view_id | int4 | 10 | √ | null |
|
|
Input View |
|||||||||||||||||||||||||||||||||||||||||||||||||
| currency_id | int4 | 10 | √ | null |
|
|
Currency |
|||||||||||||||||||||||||||||||||||||||||||||||||
| phone_code | int4 | 10 | √ | null |
|
|
Country Calling Code |
|||||||||||||||||||||||||||||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||||||||||||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||||||||||||||||||||||||||||||||
| code | varchar | 2 | null |
|
|
Country Code |
||||||||||||||||||||||||||||||||||||||||||||||||||
| name_position | varchar | 2147483647 | √ | null |
|
|
Customer Name Position |
|||||||||||||||||||||||||||||||||||||||||||||||||
| name | jsonb | 2147483647 | null |
|
|
Country Name |
||||||||||||||||||||||||||||||||||||||||||||||||||
| vat_label | jsonb | 2147483647 | √ | null |
|
|
Vat Label |
|||||||||||||||||||||||||||||||||||||||||||||||||
| address_format | text | 2147483647 | √ | null |
|
|
Layout in Reports |
|||||||||||||||||||||||||||||||||||||||||||||||||
| state_required | bool | 1 | √ | null |
|
|
State Required |
|||||||||||||||||||||||||||||||||||||||||||||||||
| zip_required | bool | 1 | √ | null |
|
|
Zip Required |
|||||||||||||||||||||||||||||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
|||||||||||||||||||||||||||||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| res_country_pkey | Primary key | Asc | id |
| res_country_code_uniq | Must be unique | Asc | code |
| res_country_name_uniq | Must be unique | Asc | name |

