Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
COUNTRY_ID | NUMBER | 18 | null |
|
|
Field Country ID. Stores primary key for this table. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ENUM_COUNTRY_GROUP_ID | NUMBER | 18 | null |
|
|
Field Enumeration Country Group ID. Stores group that this country belong, foreign key to table enum_country_group. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OFFICIAL_NAME | VARCHAR2 | 250 | null |
|
|
Field Official Name. Stores the official name given to the country of the record. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CAPITAL | VARCHAR2 | 250 | √ | null |
|
|
Field Capital. Stores the capital of this country. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ENUM_CURRENCY_ID | NUMBER | 18 | √ | null |
|
|
Field Enumeration Currency ID. Stores the currency of this country, foreign key to table enum_currency. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ENUM_TIMEZONE_ID | NUMBER | 18 | √ | null |
|
|
Field Enumeration Timezone ID. Stores timezone of this country, foreign key to table enum_timezone. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INSPECTED | NUMBER | 1 | √ | null |
|
|
Field Inspected. Stores if the country was already inspected or not. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DESCRIPTION | VARCHAR2 | 4000 | √ | null |
|
|
Field Description. Stores the description given to this record. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LANGUAGE | VARCHAR2 | 250 | √ | null |
|
|
Field Language. Stores the principal language used in this country. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SOURCE | VARCHAR2 | 250 | √ | null |
|
|
Field Source. Stores a link that give the information about this country. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ENUM_STATUS_ID | NUMBER | 18 | null |
|
|
Field Status. Stores the status of the record, foreign key to table enum_status. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
VERSION_ID | NUMBER | 18 | 0 |
|
|
Field Version. Stores the version of the record. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CUSER | VARCHAR2 | 75 | null |
|
|
Field Create User. Stores who create the record. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CDATE | TIMESTAMP(6) | 11,6 | SYSTIMESTAMP |
|
|
Field Create Date. Stores when the record was created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MUSER | VARCHAR2 | 75 | null |
|
|
Field Modified User. Stores who modified the record. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MDATE | TIMESTAMP(6) | 11,6 | SYSTIMESTAMP |
|
|
Field Modified Date. Stores when the record was modified. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DOCUMENT_ID | NUMBER | 18 | √ | null |
|
|
Field Document ID. Stores foreign key to table documents of this record. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
COUNTRY_REF | VARCHAR2 | 200 | √ | null |
|
|
Field Country Ref. Stores the alias to the folders created in sftp server. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
COUNTRY_PK | Primary key | Asc | COUNTRY_ID |
COUNTRY_COUNTRY_GROUP_ID_IDX | Performance | Asc | ENUM_COUNTRY_GROUP_ID |
COUNTRY_CURRENCY_ID_IDX | Performance | Asc | ENUM_CURRENCY_ID |
COUNTRY_DOCUMENT_ID_IDX | Performance | Asc | DOCUMENT_ID |
COUNTRY_TIMEZONE_ID_IDX | Performance | Asc | ENUM_TIMEZONE_ID |
COUNTRY_UK1 | Must be unique | Asc | OFFICIAL_NAME |