Table core.currencies
This table stores information on currency.
# Column Name Nullable Data Type Max Length Description
1currency_codecharacter varying12The primary key of this table, code of the currency.
2currency_symbolcharacter varying12Symbol of the currency.
3currency_namecharacter varying48Name of the currency.
4hundredth_namecharacter varying48Name given to hundredth part of the currency.
5audit_user_idinteger0Contains the id of the user who last inserted or updated the corresponding row.
6audit_tstimestamp with time zone0Contains the date and timestamp of the last insert or update action.

Foreign Keys

# Column Name Key Name References
5 audit_user_id currencies_audit_user_id_fkey office.users.user_id

Indices

Index Name Owner Access Method Definition Description
currencies_pkey postgres btree currency_code
currencies_currency_name_key postgres btree currency_name

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
6 audit_ts now()

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description