Can `integer('done_at', { mode: 'timestamp_ms' })` not be null? (SQLite, Bun)
I can store
null
inside when inserting, but when selecting will get back an invalid Date object instead.1 Reply
I think the
mode
property will do runtime conversion for u