Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('res_country_state_id_seq'::regclass) |
|
|
||||||||||||||||||||
| country_id | int4 | 10 | null |
|
|
Country |
||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
|||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
|||||||||||||||||||
| name | varchar | 2147483647 | null |
|
|
State Name |
||||||||||||||||||||
| code | varchar | 2147483647 | null |
|
|
State Code |
||||||||||||||||||||
| 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_state_pkey | Primary key | Asc | id |
| res_country_state_name_code_uniq | Must be unique | Asc/Asc | country_id + code |

