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;
|
||||
},
|
||||
hasCheck: true,
|
||||
isSized: true,
|
||||
isSized: false,
|
||||
hasPrecision: false,
|
||||
defaultSize: 65535,
|
||||
hasQuotes: true,
|
||||
},
|
||||
BYTEA: {
|
||||
|
Loading…
Reference in New Issue
Block a user