In MySQL I would for example use 4,2 to denote "maximum 4 digits, 2 of which after the comma".
I can set this in Skipper, but it resets itself after I save.
Reproduce:
- set field type 'float'
- set 'size' = 4,2
- save entity
- re-open entity
- size will now be 4 instead of expected 4,2
Same with 4.2 or any other notation I could think of.
How can I set 4,2 ?