Hey, I have a decimal value in db with a specific precision and scale it's stored in database correctly with all the zeroes at the end, but when I use find query all these zeroes get lost. Is there a way to recover them? I need it for google maps coordinates. Thanks.