mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
19 lines
306 B
YAML
19 lines
306 B
YAML
name: quotas
|
|
table: quotas
|
|
grain:
|
|
- quota_id
|
|
columns:
|
|
- name: quota_id
|
|
type: number
|
|
- name: period_end
|
|
type: string
|
|
- name: period_start
|
|
type: string
|
|
- name: quota_arr
|
|
type: number
|
|
- name: rep_id
|
|
type: number
|
|
joins:
|
|
- to: sales_reps
|
|
'on': rep_id = sales_reps.rep_id
|
|
relationship: many_to_one
|