In my MySQL Workbench I have 4 tables with the auto increment id.
But when I fill in the form it adds non-consecutive values.
For example:
I fill in a form for the first time and the ID it puts me is 3.
I want the Id to be followed. Is there any way to get around or fix this?