I need to store in a column values like 0.0000003215218845
What type does my column needs to be? I've tried making it real or float but when I run a select query, to value I get is 3.21522e-07
What type does my column needs to be in order for the select query to return fully 0.0000003215218845 value?
numericordecimal(synonyms) - Postgres numeric types3.215218845e-07is equal to0.0000003215218845