Added has_verification_request

This commit is contained in:
Joaquin Ossa 2025-02-19 16:00:33 +01:00
parent 361342af98
commit c710de7117
4 changed files with 27 additions and 0 deletions

View file

@ -1250,6 +1250,20 @@ models:
- not_null
- unique
- name: id_verification_request
data_type: bigint
description:
The identifier of the verification request. It acts as Foreign Key to
Verification Request table. It can be null.
- name: has_verification_request
data_type: boolean
description: |
Flag to identify if the booking has a verification request or not.
Cannot be null.
data_tests:
- not_null
- name: id_deal
data_type: string
description: |