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