mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
9 lines
119 B
YAML
9 lines
119 B
YAML
|
|
name: regions
|
||
|
|
table: public.regions
|
||
|
|
grain: [id]
|
||
|
|
columns:
|
||
|
|
- name: id
|
||
|
|
type: number
|
||
|
|
- name: name
|
||
|
|
type: string
|