id_deal unique test
This commit is contained in:
parent
8b8b8441d3
commit
5fdb5ffcde
2 changed files with 7 additions and 0 deletions
|
|
@ -296,6 +296,9 @@ models:
|
|||
- name: id_contact
|
||||
data_type: character varying
|
||||
description: Xero's unique identifier for the contact.
|
||||
data_tests:
|
||||
- not_null
|
||||
- unique
|
||||
|
||||
- name: account_number
|
||||
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
|
||||
keep or remove deal id customers.
|
||||
data_tests:
|
||||
- unique
|
||||
|
||||
- name: contact_name
|
||||
data_type: character varying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue