Host Resolution model for report
This commit is contained in:
parent
ca5be5c3cf
commit
16bf7f1d6c
4 changed files with 191 additions and 8 deletions
|
|
@ -510,10 +510,15 @@ models:
|
|||
data_type: date
|
||||
description: "The date of the transaction in UTC."
|
||||
|
||||
- name: id_contact
|
||||
data_type: text
|
||||
description: "Unique identifier of the contact associated with the transaction."
|
||||
|
||||
- name: id_deal
|
||||
data_type: text
|
||||
description: |
|
||||
"Unique identifier of an account associated with the transaction."
|
||||
"Unique identifier of an account associated with the transaction.
|
||||
Can be null."
|
||||
|
||||
- name: quantity
|
||||
data_type: numeric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue