Fixed schema names
This commit is contained in:
parent
3001db919a
commit
cf467145d0
1 changed files with 8 additions and 8 deletions
|
|
@ -1080,25 +1080,25 @@ models:
|
||||||
data_type: character varying
|
data_type: character varying
|
||||||
description: ""
|
description: ""
|
||||||
|
|
||||||
- name: verification_start_at_utc
|
- name: verification_estimated_started_at_utc
|
||||||
data_type: timestamp without time zone
|
data_type: timestamp without time zone
|
||||||
description:
|
description:
|
||||||
The date and time at which the guest started the guest journey.
|
The estimated date and time at which the guest started the guest journey.
|
||||||
|
|
||||||
- name: verification_start_date_utc
|
- name: verification_estimated_started_date_utc
|
||||||
data_type: date
|
data_type: date
|
||||||
description:
|
description:
|
||||||
The date on which the guest started the guest journey.
|
The estimated date on which the guest started the guest journey.
|
||||||
|
|
||||||
- name: verification_end_at_utc
|
- name: verification_estimated_completed_at_utc
|
||||||
data_type: timestamp without time zone
|
data_type: timestamp without time zone
|
||||||
description:
|
description:
|
||||||
The date and time at which the guest finished the guest journey.
|
The estimated date and time at which the guest finished the guest journey.
|
||||||
|
|
||||||
- name: verification_end_date_utc
|
- name: verification_estimated_completed_date_utc
|
||||||
data_type: date
|
data_type: date
|
||||||
description:
|
description:
|
||||||
The date on which the guest finished the guest journey.
|
The estimated date on which the guest finished the guest journey.
|
||||||
|
|
||||||
- name: link_used_at_utc
|
- name: link_used_at_utc
|
||||||
data_type: timestamp without time zone
|
data_type: timestamp without time zone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue