I have multiple tables that don't have indexes nor primary key after migration.
There are 9149 entries in some tables and about 10 new entries have been given id = 0.
I can't give primary key due to multiple entries with same id, and I can't edit with click due to no primary key. I don't know what to do.
The highest existing post id number is 9149.
Can someone please give me rewrite these with sequential numbers from 9150 upwards.