mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Support length for TEXT columns in table editor. Looks a bit undecided in MySQL, as MEDIUMTEXT e.g. has no length attribute. However, fixes issue #2505.
This commit is contained in:
@ -440,7 +440,7 @@ var
|
||||
'An optional length M can be given for this type. If this is done, MySQL ' +
|
||||
'creates the column as the smallest TEXT type large enough to hold ' +
|
||||
'values M characters long.';
|
||||
HasLength: False;
|
||||
HasLength: True;
|
||||
RequiresLength: False;
|
||||
HasBinary: True;
|
||||
HasDefault: False;
|
||||
|
Reference in New Issue
Block a user