Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2017 06:11 AM
Hi all,
I've come across a limitation.
Do you know if there is a limit for this? I've explored this Decimal type in mysql and it states that the maximum number can be up to 65 and the decimal points could be up to 30.
I've tried this in SN since I have some input that takes 15(!) decimal cases.. But after definins scale=15 and maxlength= 30, when i try to create a new record with this amount of decimal cases, i can only write up to 12 digits right to the comma.
Is this a known issue? The max value for decimal cases is 12? or is there a way around this?
Thank you all