Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BugFix] Migration log index size fix #148

Open
rodriguez-loic opened this issue Feb 18, 2024 · 0 comments
Open

[BugFix] Migration log index size fix #148

rodriguez-loic opened this issue Feb 18, 2024 · 0 comments

Comments

@rodriguez-loic
Copy link

'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

@rodriguez-loic rodriguez-loic changed the title Migration log index size fix [BugFix] Migration log index size fix Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant