serial primary key start from

Hi,

I'm wondering is there a way to say to the primary key, from which value to start? I'm using postgress

id: serial('id').primaryKey()
Was this page helpful?