Skip to content

[BugFix] Migration log index size fix #148

Open
@rodriguez-loic

Description

@rodriguez-loic

'size' => 255,

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions