5

Сбрасываем auto_increment в таблице

alter table ai_test drop column id;
alter table ai_test add column id int auto_increment primary key;