mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
15 lines
265 B
YAML
15 lines
265 B
YAML
name: abm_engagements
|
|
table: abm_engagements
|
|
grain:
|
|
- row_id
|
|
columns:
|
|
- name: account_id
|
|
type: number
|
|
- name: engagement_month
|
|
type: string
|
|
- name: row_id
|
|
type: number
|
|
joins:
|
|
- to: accounts
|
|
'on': account_id = accounts.account_id
|
|
relationship: many_to_one
|