Hi, I am working with CodeIgniter and in an operation it happens that all the contents of a table must be deleted, and then insert the new records.
All this happens without problems, but I need that when inserting new records the autoincrementable id re-insert from 1
Use MySql as DB
Thank you very much for your answers.