orchid-orm 1.28.5 → 1.28.6

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.js CHANGED
@@ -138,6 +138,7 @@ function createBaseTable({
138
138
  }, _a.nowSQL = nowSQL, _a.exportAs = exportAs, _a.columnTypes = columnTypes, _a.sql = pqb.SqlMethod.prototype.sql, _a);
139
139
  orchidCore.applyMixins(base, [pqb.QueryHooks]);
140
140
  base.prototype.types = columnTypes;
141
+ base.prototype.snakeCase = snakeCase;
141
142
  return base;
142
143
  }
143
144