If I set a field in MySQL table as INT
so the number I store in it would remove all zero's.
For example, if I have an Id like this 100007431431552 finally it would be saved as 17431431552.
The field options are INT
with length 32. So what's the problem?
Any suggestions? Thank you.