DB["ALTER TABLE `users` AUTO_INCREMENT = 6"] does not work When I create a new user, the id column which has a primary key, should be 6, after that query is executed, and not 8, 9 or 10.
I want to be able to delete users, and keep the 1..2..3.. incrementing orders of numbers intact. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/e9t_wMl3zn4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
