| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code |
Code in 2 letters, following ISO 3166 |
string | |
| country_name |
Name of the country |
string | |
| is_default |
Indicates this is the default country pre-selected when adding a new address. |
boolean | |
| default_db_language_id |
Foreign key of the default language used for this country when none is specified. |
globally unique identifier | |
| disabled |
Indicates this country has been disabled and should not be selectable. |
boolean | |
| default_language |
The language record identified by , embedded for convenience. |
db_language | |
| culture_settings |
Specify how to display value depending not anymore on the culture of the device but on the user itself. |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |