mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
23 lines
383 B
YAML
23 lines
383 B
YAML
|
|
name: part
|
||
|
|
table: public.part
|
||
|
|
grain: [p_partkey]
|
||
|
|
columns:
|
||
|
|
- name: p_partkey
|
||
|
|
type: number
|
||
|
|
- name: p_name
|
||
|
|
type: string
|
||
|
|
- name: p_mfgr
|
||
|
|
type: string
|
||
|
|
- name: p_brand
|
||
|
|
type: string
|
||
|
|
- name: p_type
|
||
|
|
type: string
|
||
|
|
- name: p_size
|
||
|
|
type: number
|
||
|
|
- name: p_container
|
||
|
|
type: string
|
||
|
|
- name: p_retailprice
|
||
|
|
type: number
|
||
|
|
- name: p_comment
|
||
|
|
type: string
|