Yes. And I just discovered that that is what was causing the error.
Because the record I created before I set the auto_increment had a primary key = 0, when I added the auto_increment it got confused since it doesn't accept keys less than 0.
So I changed the id that was causing the issue and works fine now :)