final comments
This commit is contained in:
parent
ffef9e3ff2
commit
89792cf0b7
1 changed files with 10 additions and 4 deletions
|
|
@ -185,13 +185,19 @@ models:
|
|||
data_type: date
|
||||
description: "Date of last update of the verification"
|
||||
|
||||
- name: creation_at_utc
|
||||
- name: athena_creation_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Athena timestamp field of when the booking was created"
|
||||
description:
|
||||
"Athena timestamp referring to when the booking was created.
|
||||
It's provided by Guesty, but is not mandatory.
|
||||
In case of doubt use created_at_utc or created_date_utc fields"
|
||||
|
||||
- name: creation_date_utc
|
||||
- name: athena_creation_date_utc
|
||||
data_type: date
|
||||
description: "Athena date field of when the booking was created"
|
||||
description:
|
||||
"Athena date referring to when the booking was created.
|
||||
It's provided by Guesty, but is not mandatory.
|
||||
In case of doubt use created_at_utc or created_date_utc fields"
|
||||
|
||||
- name: created_at_utc
|
||||
data_type: timestamp without time zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue