rake-db 2.10.47 → 2.10.48

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
@@ -95,7 +95,7 @@ const processRakeDbConfig = (config) => {
95
95
  }
96
96
  if ("baseTable" in config) {
97
97
  const proto = (_a = config.baseTable) == null ? void 0 : _a.prototype;
98
- result.columnTypes = proto.columnTypes || columnTypes;
98
+ result.columnTypes = proto.types || columnTypes;
99
99
  if (proto.snakeCase)
100
100
  result.snakeCase = true;
101
101
  if (proto.language)