mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
11 lines
157 B
YAML
11 lines
157 B
YAML
name: vendors
|
|
table: vendors
|
|
grain:
|
|
- vendor_id
|
|
columns:
|
|
- name: vendor_id
|
|
type: number
|
|
- name: category
|
|
type: string
|
|
- name: vendor_name
|
|
type: string
|