Hi does anyone know how to write milliseconds for the datetime kotlin type (_datetime_(“create_timestamp”)), I am using val defaultCreateTimestamp = LocalDateTime.now() but this drops the milliseconds when writing to the DB,
s
spand
07/26/2023, 1:54 PM
Its probably the column that cannot contain it rather than Exposed dropping it