I'm using Model.delete_all in the Rails console to delete a table, but I noticed that the id numbers don't reset, they just start where it left off. How do I delete a table and make the ids start back at 1?
It's actually not a big deal, I'm just curious and think it'd be cleaner this way. Thank you!