Unclear docs on bigserial mode

Unfortunately the docs are not clear here:

id: bigserial('id', { mode: 'number' }).primaryKey(),
questionId: bigint('question_id', { mode: 'number' })


Is there a way to always use mode 'number'?
Was this page helpful?