mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
14 lines
207 B
YAML
14 lines
207 B
YAML
name: fx_rates
|
|
table: fx_rates
|
|
grain:
|
|
- from_currency
|
|
columns:
|
|
- name: from_currency
|
|
type: string
|
|
- name: rate
|
|
type: string
|
|
- name: rate_date
|
|
type: time
|
|
role: time
|
|
- name: to_currency
|
|
type: string
|