The column amount
of table is type of Float datatype.
when I'm inserting a new record with the amount value 999999999 it gets automatically converted to 1000000000.0
I'm using Python3.10.2, Flask 2.2.2, Flask-SQLAlchemy 3.0.2, Flask-Migrate 4.0.0 and MySQL Database system
I tried both negative and positive values in negative the result is same but with negative sign
I want to insert 999999999 value as it is in the table.