mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
8 lines
119 B
YAML
8 lines
119 B
YAML
name: regions
|
|
table: public.regions
|
|
grain: [id]
|
|
columns:
|
|
- name: id
|
|
type: number
|
|
- name: name
|
|
type: string
|