Posts: 447
Threads: 102
Joined: Dec 2012
Reputation:
0
Which database type would it be for floats? I've tried INT(20) but whenever I enter a saving position like 12.1234 it changes itself to "12".
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I believe you mean table field type. There actually is one for float values, search through the list a bit more. Otherwise, you could use varchar with a maximum value of 23.
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
In MySQL, the syntax is 'float' (case-insensitive), couldn't you just look through your database editor, or used ******?