PostregSQL Sequence Reset
If you need to reset a sequence in PostgreSQL then execute SELECT setval('table_id_seq', 0);
I’m Alistair: a web and mobile developer based in the Australia.
If you need to reset a sequence in PostgreSQL then execute SELECT setval('table_id_seq', 0);