I made a primary key called t_id in the table of DB by using the query t_id SERIAL PRIMARY KEY
.
At the very first time, it started well on 1. Then I deleted all the data and from then, it starts on 2 even though I set it on 1.
Here's the screenshot of what I did on seq - definition on pgAdmin4 :
Anyone has an idea where is the problem ?
Thanks a lot!!