Hello,
It seems like everything is working fine.
I have defined one field in class as 'fees':fields.float('Fees',digits=(13,12)),
In database I am getting fees | numeric(13,12) |
and in database table value is
select * from student_student; | address_id | name | roll_no | fees ----+------------+--------------------------+----------------------------+-----------+------------+-------+---------+---------------- | 2 | husen | 1 | 1.111111111110
can you please check it again by creating new database?
Thanks.
Hello,
It seems like everything is working fine.
I have defined one field in class as fields. float(' Fees',digits= (13,12) ),
'fees':
In database I am getting
fees | numeric(13,12) |
and in database table value is
select * from student_student; ------- ---+--- ------- ------- ------- --+---- ------- ------- ------- ---+--- ------- -+----- ------- +------ -+----- ----+-- ------- -------
| address_id | name | roll_no | fees
----+--
| 2 | husen | 1 | 1.111111111110
can you please check it again by creating new database?
Thanks.