Included tests
This commit is contained in:
parent
9996368e22
commit
c4fc81d934
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ models:
|
||||||
- name: id_booking
|
- name: id_booking
|
||||||
data_type: bigint
|
data_type: bigint
|
||||||
description: The unique, Superhog generated id for this booking.
|
description: The unique, Superhog generated id for this booking.
|
||||||
|
tests:
|
||||||
|
- unique
|
||||||
|
- not_null
|
||||||
|
|
||||||
- name: is_duplicate_booking
|
- name: is_duplicate_booking
|
||||||
data_type: boolean
|
data_type: boolean
|
||||||
|
|
@ -39,6 +42,8 @@ models:
|
||||||
original and the others are the duplicates:
|
original and the others are the duplicates:
|
||||||
- B and C will appear in this table, A will not.
|
- B and C will appear in this table, A will not.
|
||||||
- The value of this field for both B and C will be A's id.
|
- The value of this field for both B and C will be A's id.
|
||||||
|
tests:
|
||||||
|
- not_null
|
||||||
|
|
||||||
- name: int_core__booking_charge_events
|
- name: int_core__booking_charge_events
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue