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

Activity

changed the title [-]Migration log index size fix[/-] [+][BugFix] Migration log index size fix[/+] on Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @rodriguez-loic

        Issue actions

          [BugFix] Migration log index size fix · Issue #148 · phalcon/migrations