TABLE TEST_ENTITY
(
id bigint NOT NULL,
myversion bigint,
myduration bigint,
myinstant timestamp without time zone,
mylocaldate date,
mylocaldatetime timestamp without time zone,
mylocaltime time without time zone,
myoffsetdatetime character varying(255),
myoffsettime time without time zone,
myzoneddatetime timestamp without time zone
)