mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #1321 : move jsonb data type to text category, to activate the text editor for such fields
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user