mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
14 lines
206 B
YAML
14 lines
206 B
YAML
|
|
name: ad_accounts
|
||
|
|
table: ad_accounts
|
||
|
|
grain:
|
||
|
|
- ad_account_id
|
||
|
|
columns:
|
||
|
|
- name: ad_account_id
|
||
|
|
type: number
|
||
|
|
- name: account_name
|
||
|
|
type: string
|
||
|
|
- name: currency
|
||
|
|
type: string
|
||
|
|
- name: platform
|
||
|
|
type: string
|