Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| currency_id | int8 | 19 | null | 
                                        
  | 
                                    
                                         | 
                                    Primary key of this table.  | 
                                |||||||||||||||||
| name | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    Human readable name of the currency  | 
                                |||||||||||||||||
| code | varchar | 256 | null | 
                                         | 
                                    
                                         | 
                                    ISO 4217 currency code  | 
                                |||||||||||||||||
| numeric_code | int8 | 19 | null | 
                                         | 
                                    
                                         | 
                                    ISO 4217 numeric code  | 
                                |||||||||||||||||
| last_updated | timestamptz | 35 | √ | null | 
                                         | 
                                    
                                         | 
                                    System column. UTC Timestamp at which entry was calculated (lags behind source system).  | 
                                



