orchid-orm 1.21.1 → 1.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -120,7 +120,7 @@ function createBaseTable({
120
120
  options
121
121
  };
122
122
  }
123
- }, _a.nowSQL = nowSQL, _a.exportAs = exportAs, _a);
123
+ }, _a.nowSQL = nowSQL, _a.exportAs = exportAs, _a.columnTypes = columnTypes, _a);
124
124
  applyMixins(base, [QueryHooks]);
125
125
  base.prototype.types = columnTypes;
126
126
  return base;