if (this._length) {
        if (this._length.toLowerCase() === 'tiny') {
          // tiny = 2^8
          warn('MSSQL does not support BLOB with the `length` = `tiny` option. `VARBINARY(256)` will be used instead.');
          return 'VARBINARY(256)';