Hi does anyone know how to write milliseconds for ...
# exposed
f
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
Its probably the column that cannot contain it rather than Exposed dropping it