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?damian
01/11/2018, 9:12 PMDateColumnType 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 waydamian
01/11/2018, 9:12 PMColumnType 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