Removed null fields
This commit is contained in:
parent
4d0c45e49d
commit
63b3cae062
5 changed files with 11 additions and 37 deletions
|
|
@ -31,15 +31,11 @@ select
|
|||
guest_first_name,
|
||||
guest_telephone,
|
||||
company_name,
|
||||
property_manager_name,
|
||||
property_manager_email,
|
||||
listing_name,
|
||||
listing_address,
|
||||
listing_town,
|
||||
listing_country,
|
||||
listing_postcode,
|
||||
level_of_protection_amount,
|
||||
level_of_protection_currency,
|
||||
pets_allowed,
|
||||
status_updated_at_utc,
|
||||
status_updated_date_utc,
|
||||
|
|
|
|||
|
|
@ -132,14 +132,6 @@ models:
|
|||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: property_manager_name
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: property_manager_email
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: listing_name
|
||||
data_type: text
|
||||
description: ""
|
||||
|
|
@ -164,14 +156,6 @@ models:
|
|||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: level_of_protection_amount
|
||||
data_type: integer
|
||||
description: ""
|
||||
|
||||
- name: level_of_protection_currency
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: status_updated_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp when status was last updated"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue