Possible to update primary key on delete in Base? [closed]
Say I have a table with 4 rows and the id column (primary key) has the values 1,2,3,4.
When I delete row 2, is it possible in Base to update the primary keys so that the remaining 3 rows get the id values of 1,2,3 and not 1,3,4?
I hope someone answers this. I'd like to know also.