balderdashy / waterline-docs

WARNING: The content in this repo is out of date! See https://github.com/balderdashy/sails-docs for the most up-to-date documentation
452 stars 161 forks source link

Number of decimal places more than 3 #92

Open shumailarshad opened 9 years ago

shumailarshad commented 9 years ago

Hello,

I am using mysql adaptor for float but it only allows till 3 decimal place (150.123456789 => 150.123). I am not sure which other type allows more decimal place but I need atleast 6 decimal places. Can someone please help.

devinivy commented 9 years ago

I'm not aware of any restriction. Is it possible that only three decimals are displayed when you query the database?