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