Removed accommodations from the model
This commit is contained in:
parent
2a897c6ead
commit
431182a098
2 changed files with 93 additions and 38 deletions
|
|
@ -813,4 +813,79 @@ models:
|
|||
|
||||
- name: has_been_booked_within_last_12_months
|
||||
data_type: boolean
|
||||
description: If the deal has had a booking created in the past 12 months.
|
||||
description: If the deal has had a booking created in the past 12 months.
|
||||
- name: int_core__check_in_cover_users_accommodations
|
||||
description:
|
||||
columns:
|
||||
- name: id_user_host
|
||||
data_type: character varying
|
||||
description: Unique id for Superhog host
|
||||
|
||||
- name: id_accommodation
|
||||
data_type: bigint
|
||||
description: Unique id for accommodation
|
||||
|
||||
- name: accommodation_user_type
|
||||
data_type: bigint
|
||||
description: ""
|
||||
|
||||
- name: created_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: Date and time of creation of the accommodation
|
||||
|
||||
- name: updated_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: Date and time of last update of the accommodation
|
||||
|
||||
- name: friendly_name
|
||||
data_type: character varying
|
||||
description: Name of the accommodation
|
||||
|
||||
- name: id_country
|
||||
data_type: bigint
|
||||
description: Country Id of the accommodation
|
||||
|
||||
- name: is_active
|
||||
data_type: boolean
|
||||
description: Boolean value if the accommodation is active
|
||||
|
||||
- name: town
|
||||
data_type: character varying
|
||||
description: Town where accommodation is located
|
||||
|
||||
- name: address_line_1
|
||||
data_type: character varying
|
||||
description: Address of the accommodation
|
||||
|
||||
- name: email
|
||||
data_type: character varying
|
||||
description: email of host
|
||||
|
||||
- name: joined_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: date and time when host joined Superhog
|
||||
|
||||
- name: joined_date_utc
|
||||
data_type: date
|
||||
description: date when host joined Superhog
|
||||
|
||||
- name: last_name
|
||||
data_type: character varying
|
||||
description: Last name of host
|
||||
|
||||
- name: user_name
|
||||
data_type: character varying
|
||||
description: User name of host
|
||||
|
||||
- name: first_name
|
||||
data_type: character varying
|
||||
description: First name of host
|
||||
|
||||
- name: company_name
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: phone_number
|
||||
data_type: character varying
|
||||
description: Phone number of host
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue