Date range field

Quick info

A complex (composite) field to store a date range with a start time, end time and time zone.

images/download/attachments/113279816/image2021-9-22_13-11-58-version-1-modificationdate-1661153698408-api-v2.png

This creates 3 columns in the entity table:

Name

Column

Type

deliveryDate.start

delivery_date_start_time

BIGINT

deliveryDate.end

delivery_date_end_time

BIGINT

deliveryDate.timeZone

delivery_date_time_zone

VARCHAR(35)