Adding id_deal
This commit is contained in:
parent
b518c536f2
commit
a145a00b4d
5 changed files with 64 additions and 41 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue