damian
01/11/2018, 8:39 PMtimestamp without time zone
and I'm wondering how i should access this via exposed, would that be possible via datetime
or do i have to create a custom ColumnType
for this?DateColumnType
is using a DateTimeFormat pattern ("YYYY-MM-dd HH:mm:ss.SSSSSS"
) as fallback which does look right, but i assume that i would be unable to save data back to the db the right wayColumnType
and a Table
extension, i'll report back once i have results in case someone else is interested.tapac
01/11/2018, 10:42 PM