mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
10 lines
174 B
YAML
10 lines
174 B
YAML
name: region
|
|
table: public.region
|
|
grain: [r_regionkey]
|
|
columns:
|
|
- name: r_regionkey
|
|
type: number
|
|
- name: r_name
|
|
type: string
|
|
- name: r_comment
|
|
type: string
|