Remove TEXT size from postgres datatype
This commit is contained in:
parent
6314f9876c
commit
5c2262e759
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user