i exported a database in sql file when importing it in wampserver 3 i found that the majority of the table has the field id but primary key and auto incremented was not mentionned in the database i looked to the sql file and i found that there is commands to do it:
for example:
ALTER TABLE workflowstatus
MODIFY id
int(12) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=665;
what should i do to have a correct import