I was looking at my tables today and found that some row IDs have the same ID as some rows that I deleted earlier in the day.
So, if I have rows with IDs 1,2,3,4, and 5, and then delete the row with ID 3, I’ll have 1,2,4,5 of course. But inserting another row then reuses that 3, instead of starting with 6. Is there a way to reverse this?