Truncating Float column in MySQL

Hi All,

I have very specific numbers that go up to 13 digits after the decimal
point that I’m currently storing as Float fields in MySQL. When these
numbers are displayed in the standard scaffold list screen, they get
truncated to 3 or 4 digits after the decimal point. Is there any way to
force the display of the full number? Should I be storing these as
different data types in the database?

Thanks.