When I create a table in my application with
Qt Code:
  1. ....
  2. create table if not exists table_name
  3. ...
  4. UPHOLE_DEPTH float(16,1) unsigned zerofill default NULL,
  5. ....
To copy to clipboard, switch view to plain text mode 
When I insert a record into the talbe,error:
Out of range value for column 'UPHOLE_DEPTH' at row 1 QMYSQL3: unable to execute statement