Table core.exchange_rates
Update exchange rates.
# Column Name Nullable Data Type Max Length Description
1exchange_rate_idbigint0The primary key of this table, which is also a serial field.
2updated_ontimestamp with time zone0Date & time of the last update of exchange rate.
3office_idinteger0Foreign key to the table office.offices.
4statusboolean0

Foreign Keys

# Column Name Key Name References
3 office_id exchange_rates_office_id_fkey office.offices.office_id

Indices

Index Name Owner Access Method Definition Description
exchange_rates_pkey postgres btree exchange_rate_id

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 exchange_rate_id nextval('core.exchange_rates_exchange_rate_id_seq'::regclass)
2 updated_on now()
4 status true

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description