Issue #1321 : move jsonb data type to text category, to activate the text editor for such fields

This commit is contained in:
Ansgar Becker
2021-02-25 21:20:22 +01:00
parent 836189e754
commit 6e053ee640

View File

@ -2131,7 +2131,7 @@ var
Names: 'jsonb';
Description: 'JavaScript Object Notation data in a binary form';
HasLength: False;
RequiresLength: False;
RequiresLength: False;
HasBinary: False;
HasDefault: False;
LoadPart: False;