DECIMAL: function(precision, scale) {
    var field = {
      type: this.DECIMAL,
      precision: precision,
      toString: function() {