Reseting cf_id

rcadmin 24 Nov, 2013
I have emptied the associated table but each time I add an entry the cf_id carries on from where it left off. If I purge the table, how do I reset the value to 1?
rcadmin 24 Nov, 2013
Think I have it

ALTER TABLE tablename AUTO_INCREMENT = 1
This topic is locked and no more replies can be posted.