Country
Type | Table |
---|---|
Country | gdata_master_country |
Country information (e.g. UAE).
Field Name | Data Type | Description |
---|---|---|
id | varchar(255) | Unique identifier for the country. |
createdat | timestamp | Date and time when the country entry was created. |
createdby | varchar(255) | The user or system that created the country entry. |
modifiedat | timestamp | Date and time when the country entry was last modified. |
modifiedby | varchar(255) | The user or system that last modified the country entry. |
status | varchar(255) | Current status of the country entry. |
tags | varchar(255) | Tags associated with the country. |
alpha2code | varchar(255) | Two-letter country code (e.g., US for United States). |
code | varchar(255) | General country code (could be an internal system code). |
currencyid | varchar(255) | Identifier for the currency used in the country. |
name | varchar(1000) | Full name of the country. |
phonenumberprefix | varchar(255) | Telephone prefix for the country (e.g., +1 for US). |
timezone | varchar(255) | Time zone in which the country is located. |
Updated about 1 year ago