add tests
This commit is contained in:
parent
723bbf1ebe
commit
2ea2817627
1 changed files with 9 additions and 0 deletions
|
|
@ -124,3 +124,12 @@ models:
|
|||
description: |
|
||||
The amount for which the guest user is covered if he faces problems
|
||||
during check-in.
|
||||
|
||||
- name: int_core__unified_user
|
||||
columns:
|
||||
- name: id_user
|
||||
data_type: character varying
|
||||
description: The unique ID for the user.
|
||||
tests:
|
||||
- not_null
|
||||
- unique
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue