Hello,
I have a MySQL database where i want to store phonenumbers among other things.
The fieldtype is INT(10)
When I try to insert a number starting with a 0, like 0504042858 it's stored like 504042858. This only happens with zeros when the number start with any other number it's stored correctly.
What am I doing wrong?