when i create a new table in mysql(phpmyadmin) in one column like
id TEXT auto_increment primarykey
so when i began adding items table id column goes 1 2 3 4 5 ..... Okay, no problem so far.
lets say in my table i have id's 1 to 45. and let's say i deleted id's 41, 42, 43, 44 and 45.and after that i add another item to table. id's start from 46 but i want them continue like 41 42 43 .... again.
Is there an options section for that in phpmyadmin?