ID de reinicio de Postgres
-- if you dont mind losing the data, do the following
TRUNCATE TABLE someTable RESTART IDENTITY;
GutoTrosla
-- if you dont mind losing the data, do the following
TRUNCATE TABLE someTable RESTART IDENTITY;