Fixed merge error
This commit is contained in:
parent
04de0c8227
commit
9950c4d9ae
1 changed files with 24 additions and 56 deletions
|
|
@ -814,78 +814,46 @@ 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.
|
||||
- name: int_core__check_in_cover_users_accommodations
|
||||
description:
|
||||
|
||||
- name: int_core__check_in_cover_users
|
||||
description: ""
|
||||
columns:
|
||||
- name: id_user_host
|
||||
- name: id_user
|
||||
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
|
||||
description: ""
|
||||
|
||||
- name: user_name
|
||||
data_type: character varying
|
||||
description: User name of host
|
||||
description: ""
|
||||
|
||||
- name: first_name
|
||||
data_type: character varying
|
||||
description: First name of host
|
||||
description: ""
|
||||
|
||||
- name: company_name
|
||||
- name: email
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: phone_number
|
||||
data_type: character varying
|
||||
description: Phone number of host
|
||||
description: ""
|
||||
|
||||
- name: joined_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: ""
|
||||
|
||||
- name: joined_date_utc
|
||||
data_type: date
|
||||
description: ""
|
||||
|
||||
- name: billing_town
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: company_name
|
||||
data_type: character varying
|
||||
description: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue