I have a table with a field (ID) with this properties:
- auto_increment
- int(11)
- KEY PRIMARY
- Default NULL
The problem is that when I add a new register, in this field always put automatical the number 2147483647 (the max. number of integer).
The table only has 35 registers.
After I can change the field ID.
What Can I do?