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.
- package/dist/migrations.js +2 -1
- package/dist/migrations.js.map +1 -1
- package/dist/migrations.mjs +2 -1
- package/dist/migrations.mjs.map +1 -1
- package/package.json +5 -5
package/dist/migrations.js
CHANGED
|
@@ -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) {
|