mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
16 lines
279 B
YAML
16 lines
279 B
YAML
name: target_accounts
|
|
table: target_accounts
|
|
grain:
|
|
- account_id
|
|
columns:
|
|
- name: account_id
|
|
type: number
|
|
- name: start_date
|
|
type: time
|
|
role: time
|
|
- name: target_tier
|
|
type: string
|
|
joins:
|
|
- to: accounts
|
|
'on': account_id = accounts.account_id
|
|
relationship: many_to_one
|