TypeTable
Currencygdata_master_currency

Common Currency definitions.

Field NameData TypeDescription
idvarchar(255)Unique identifier for the currency.
createdattimestampDate and time when the currency entry was created.
createdbyvarchar(255)The user or system that created the currency entry.
modifiedattimestampDate and time when the currency entry was last modified.
modifiedbyvarchar(255)The user or system that last modified the currency entry.
statusvarchar(255)Current status of the currency entry.
tagsvarchar(255)Tags associated with the currency.
codevarchar(255)A unique code representing the currency (e.g., USD, EUR).
descriptionvarchar(500)Detailed description or notes about the currency.
namevarchar(250)Full descriptive name of the currency (e.g., United States Dollar, Euro).
precisionint4The number of decimal places used for this currency. It represents the smallest unit for this currency. E.g., 2 for USD indicates cents.