I\'m recently trying to drop Doctrine due to performance and problems with abstraction and move todatabase driven logic. I\'m using mostly PostgreSQL.
I have an existing database in mysql. One of my tables has discontinuous ids. I would like to modify the ids of the table so that they go from 1 to num-of-rows.