Unclear docs on bigserial mode
Unfortunately the docs are not clear here:
Is there a way to always use mode 'number'?
Is there a way to always use mode 'number'?
id: bigserial('id', { mode: 'number' }).primaryKey(),
questionId: bigint('question_id', { mode: 'number' })