You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line should either be configurable dynamically or modified back to a value <=191. (maybe a check on the collation settings from the configuration could do it)
Because of the evolution of MySQL Engines, the default utf8 charset used today is utf8mb4 which doesn't allow such length for VARCHAR type.
migrations/src/Migrations.php
Line 734 in 69c1ea9
This line should either be configurable dynamically or modified back to a value <=191. (maybe a check on the collation settings from the configuration could do it)
Because of the evolution of MySQL Engines, the default utf8 charset used today is utf8mb4 which doesn't allow such length for VARCHAR type.
This issue was already fixed in an old version of phalcon devtools: phalcon/phalcon-devtools#1293
The text was updated successfully, but these errors were encountered: