Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

reset id sequence postgres

alter sequence <tableName>_id_seq restart with 1;
For an instance, we have a table named "groups" and we need to reset the id sequence with 1. 
alter sequence groups_id_seq restart with 1;
 
PREVIOUS NEXT
Tagged: #reset #id #sequence #postgres
ADD COMMENT
Topic
Name
9+3 =