mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
10 lines
141 B
YAML
10 lines
141 B
YAML
|
|
name: currencies
|
||
|
|
table: currencies
|
||
|
|
grain:
|
||
|
|
- currency_code
|
||
|
|
columns:
|
||
|
|
- name: currency_code
|
||
|
|
type: string
|
||
|
|
- name: currency_name
|
||
|
|
type: string
|