Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.2.2
-
Fix Version/s: None
-
Component/s: Platforms
-
Labels:None
Description
getVarcharMaxLength() in DBAL/Platforms/MySqlPlatform.php returns 65535;
So, it never choose "text", choose "mediumtext".
How do you call the schema/platform code?
The code is correct, i think you are using it wrong.