Remove TEXT size from postgres datatype

This commit is contained in:
Rudy Nurhadi
2024-10-11 07:29:53 +07:00
committed by GitHub
parent 6314f9876c
commit 5c2262e759

View File

@@ -857,9 +857,8 @@ const postgresTypesBase = {
return field.default.length <= field.size; return field.default.length <= field.size;
}, },
hasCheck: true, hasCheck: true,
isSized: true, isSized: false,
hasPrecision: false, hasPrecision: false,
defaultSize: 65535,
hasQuotes: true, hasQuotes: true,
}, },
BYTEA: { BYTEA: {