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.
Was this page helpful?