When I delete a record field of WordPress posts database such as Post, Image, Page, etc. and add new item then it will add in a fresh record field due to auto increment function.
But I would like to firstly utilize deleted records then enter new data in new record field.
Is it okay to disable auto increment from that database table?