Minimum value for Postgres bigserial
I want my id tables to use bigserial, but i want the first row to be inserted with the value 222222.
Is there a way to do this?
id: bigserial('id', { mode: 'number', ...}).primaryKey()
0 Replies