id_deal unique test
This commit is contained in:
parent
8b8b8441d3
commit
5fdb5ffcde
2 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ models:
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: |
|
description: |
|
||||||
Identifier of the account. It can be null.
|
Identifier of the account. It can be null.
|
||||||
|
data_tests:
|
||||||
|
- unique
|
||||||
|
|
||||||
- name: is_contact_missing_id_deal
|
- name: is_contact_missing_id_deal
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
|
||||||
|
|
@ -296,6 +296,9 @@ models:
|
||||||
- name: id_contact
|
- name: id_contact
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: Xero's unique identifier for the contact.
|
description: Xero's unique identifier for the contact.
|
||||||
|
data_tests:
|
||||||
|
- not_null
|
||||||
|
- unique
|
||||||
|
|
||||||
- name: account_number
|
- name: account_number
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
@ -309,6 +312,8 @@ models:
|
||||||
|
|
||||||
You can use this to find specific deal ids or even as a proxy bool to
|
You can use this to find specific deal ids or even as a proxy bool to
|
||||||
keep or remove deal id customers.
|
keep or remove deal id customers.
|
||||||
|
data_tests:
|
||||||
|
- unique
|
||||||
|
|
||||||
- name: contact_name
|
- name: contact_name
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue