FLOAT equivalent column with a precision (total digits) and scale (decimal digits).
String toFloat({int total, double decimal}) { return "\$table->float('$this', $total , $decimal );"; }