typeorm 0.2.39-dev.1197f88 → 0.2.39-dev.1649882

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.
@@ -2317,7 +2317,7 @@ var CockroachQueryRunner = /** @class */ (function (_super) {
2317
2317
  tableColumn.generationStrategy = "uuid";
2318
2318
  }
2319
2319
  else {
2320
- tableColumn.default = dbColumn["column_default"].replace(/:::.*/, "");
2320
+ tableColumn.default = dbColumn["column_default"].replace(/:::[\w\s\[\]\"]+/g, "");
2321
2321
  tableColumn.default = tableColumn.default.replace(/^(-?[\d\.]+)$/, "($1)");
2322
2322
  }
2323
2323
  }