Adding id_deal

This commit is contained in:
Joaquin 2025-03-18 12:06:25 +01:00
parent b518c536f2
commit a145a00b4d
5 changed files with 64 additions and 41 deletions

View file

@ -31,6 +31,12 @@ models:
data_tests:
- not_null
- name: id_deal
data_type: text
description: "unique Superhog generated id for a deal"
data_tests:
- not_null
- name: id_accommodation
data_type: text
description: "unique Superhog generated id for a listing"
@ -224,6 +230,12 @@ models:
data_tests:
- not_null
- name: id_deal
data_type: text
description: "unique Superhog generated id for a deal"
data_tests:
- not_null
- name: id_accommodation
data_type: text
description: "unique Superhog generated id for a listing"