orchid-orm 1.35.12 → 1.35.14

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.
@@ -649,7 +649,8 @@ const processDomains = async (ast, adapter, structureToAstCtx, domainsMap, dbStr
649
649
  default: domain.default,
650
650
  isNullable: domain.isNullable,
651
651
  collate: domain.collate,
652
- maxChars: domain.maxChars
652
+ maxChars: domain.maxChars,
653
+ typmod: -1
653
654
  }
654
655
  );
655
656
  if (domain.check) {