Tables : res_country
Columns13 |
Keys3 |
Triggers0 |
Comment:Description: |
|
Indexes0 |
Contraints0 |
Columns :
Name | Caption | Primary Key | type |
---|---|---|---|
id | id | true | INTEGER |
name | name | CHARACTER VARYING | |
code | code | CHARACTER VARYING(2) | |
address_format | address_format | TEXT | |
address_view_id | address_view_id | INTEGER | |
currency_id | currency_id | INTEGER | |
phone_code | phone_code | INTEGER | |
name_position | name_position | CHARACTER VARYING | |
vat_label | vat_label | CHARACTER VARYING | |
create_uid | create_uid | INTEGER | |
create_date | create_date | TIMESTAMP(6) | |
write_uid | write_uid | INTEGER | |
write_date | write_date | TIMESTAMP(6) |
Keys :
Name | Primary Key | Description |
---|---|---|
res_country_pkey | true | |
res_country_name_uniq | ||
res_country_code_uniq |
Columns Detail :
Name | id |
Table | res_country |
Type | INTEGER |
Domain | |
Primary Key | true |
Not null | true |
Default Value | nextval('res_country_id_seq'::regclass) |
Name | name |
Table | res_country |
Type | CHARACTER VARYING |
Domain | |
Not null | true |
Unique | true |
Name | code |
Table | res_country |
Type | CHARACTER VARYING(2) |
Domain | |
Unique | true |
Name | address_format |
Table | res_country |
Type | TEXT |
Domain |
Name | address_view_id |
Table | res_country |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | currency_id |
Table | res_country |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | phone_code |
Table | res_country |
Type | INTEGER |
Domain |
Name | name_position |
Table | res_country |
Type | CHARACTER VARYING |
Domain |
Name | vat_label |
Table | res_country |
Type | CHARACTER VARYING |
Domain |
Name | create_uid |
Table | res_country |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | create_date |
Table | res_country |
Type | TIMESTAMP(6) |
Domain |
Name | write_uid |
Table | res_country |
Type | INTEGER |
Domain | |
Foreign key | true |
Name | write_date |
Table | res_country |
Type | TIMESTAMP(6) |
Domain |
Project
Odoo Data Model