mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
23 lines
453 B
YAML
23 lines
453 B
YAML
|
|
name: attribution_credits
|
||
|
|
table: attribution_credits
|
||
|
|
grain:
|
||
|
|
- credit_id
|
||
|
|
columns:
|
||
|
|
- name: credit_id
|
||
|
|
type: number
|
||
|
|
- name: credit
|
||
|
|
type: string
|
||
|
|
- name: model
|
||
|
|
type: string
|
||
|
|
- name: opportunity_id
|
||
|
|
type: number
|
||
|
|
- name: touchpoint_id
|
||
|
|
type: number
|
||
|
|
joins:
|
||
|
|
- to: touchpoints
|
||
|
|
'on': touchpoint_id = touchpoints.touchpoint_id
|
||
|
|
relationship: many_to_one
|
||
|
|
- to: opportunities
|
||
|
|
'on': opportunity_id = opportunities.opportunity_id
|
||
|
|
relationship: many_to_one
|