Record field inserting 1000000000.0 instead 999999999 Flask-SQLAlchemy MySQL
Table structure image 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…