meta_currencies
ISO currency codes with symbols and formatting.
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
ID | smallint | |||
iso_alpha | character varying(3) | |||
iso_numeric | character varying(3) | |||
fund | boolean | |||
decimals | smallint | |||
symbol | text | |||
withdrawal | text |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| pk_meta_currencies | btree | ID | ||||
| u_meta_currencies_iso_alpha | btree | iso_alpha | ||||
| u_meta_currencies_iso_numeric | btree | iso_numeric |
| Name | Type |
|---|---|
| pk_meta_currencies | primary_key |
| u_meta_currencies_iso_alpha | unique |
Loading...