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:
Ansgar Becker
2011-07-23 18:11:44 +00:00
parent 48ed802352
commit 3348cc879a

View File

@ -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;