mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
14 lines
192 B
YAML
14 lines
192 B
YAML
|
|
name: pricebooks
|
||
|
|
table: pricebooks
|
||
|
|
grain:
|
||
|
|
- pricebook_id
|
||
|
|
columns:
|
||
|
|
- name: pricebook_id
|
||
|
|
type: number
|
||
|
|
- name: currency
|
||
|
|
type: string
|
||
|
|
- name: name
|
||
|
|
type: string
|
||
|
|
- name: region
|
||
|
|
type: string
|