COUNTRYCODEMAPPING Table

Added in version 7.5.4

The COUNTRYCODEMAPPING table maps the address country to an ISO country code. The table is used for accounting integration functionality.

While this table does not have a field defined as a primary key, the COUNTRYCODEMAPPINGID field should be unique and considered a primary key.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

COUNTRYCODEMAPPINGID

char(12)

NOT NULL

COUNTRYCODEMAPPING_PRIMARY (AK)

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

COUNTRYNAME

varchar(64)

NULLS

COUNTRYCODEMAPPING_COUNTRYNAME (IE)

 

 

COUNTRYCODE

varchar(2)

NULLS

COUNTRYCODEMAPPING_COUNTRYCODE (AK)

 

 

ALTERNATECODE varchar(100) NULLS