# | Column Name | Nullable | Data Type | Max Length | Description |
---|---|---|---|---|---|
1 | currency_code | character varying | 12 | The primary key of this table, code of the currency. | |
2 | currency_symbol | character varying | 12 | Symbol of the currency. | |
3 | currency_name | character varying | 48 | Name of the currency. | |
4 | hundredth_name | character varying | 48 | Name given to hundredth part of the currency. | |
5 | audit_user_id | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. | |
6 | audit_ts | timestamp with time zone | 0 | Contains the date and timestamp of the last insert or update action. |
# | Column Name | Key Name | References |
---|---|---|---|
5 | audit_user_id | currencies_audit_user_id_fkey | office.users.user_id |
Index Name | Owner | Access Method | Definition | Description |
---|---|---|---|---|
currencies_pkey | postgres | btree | currency_code | |
currencies_currency_name_key | postgres | btree | currency_name |
Constraint Name | Description |
---|
# | Column Name | Default |
---|---|---|
6 | audit_ts | now() |
Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
---|