orchid-orm 1.35.13 → 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 +6 -6
package/dist/migrations.mjs
CHANGED
|
@@ -648,7 +648,8 @@ const processDomains = async (ast, adapter, structureToAstCtx, domainsMap, dbStr
|
|
|
648
648
|
default: domain.default,
|
|
649
649
|
isNullable: domain.isNullable,
|
|
650
650
|
collate: domain.collate,
|
|
651
|
-
maxChars: domain.maxChars
|
|
651
|
+
maxChars: domain.maxChars,
|
|
652
|
+
typmod: -1
|
|
652
653
|
}
|
|
653
654
|
);
|
|
654
655
|
if (domain.check) {
|