version column where I want a default value to be set to 1.0 of type text if version is not being set by user explicitly.1.0 for default and hit save it will convert to '1.0'::text1.0 it will be saved as '1.0'::text1.0 1 but it will be saved as '1'::text, also tried with setting it as "1" or '1' but then it will be saved as '"1"'::text or ''1''::text1.0 only?

