The data is not saving if you use float32 as a data type in the structure. ``` type Rate struct { uadmin.Model Basic float32 Allowance float32 } ``` This will not save and will give you 0 as a value.