I am trying to change default value of float data type in mysql I have many tables with float value but wherever my data is more than 5 values it is rounding the values.
For Example I have this value:
2254798
And it is converting it to:
2254800
I have many table with these problems is there any way I can retain exact value. When I am changing float length to 25 it is working fine. Is there any way I can set the default float value to 25 length for all my table in my database.