Closed Taroxx closed 6 years ago
Hi @Taroxx could you please try to use the luya admin dev-master (^1.2@dev
) i guess this is fixed by https://github.com/luyadev/luya-module-admin/issues/109
Solved. The index limit is 767 bytes, not characters. And since Mysql's utf8mb4 character set (which the rest of the world calls utf8) needs (at most) 4 bytes per character you can only index up to VARCHAR(191). I rewrite migrations files. And it's ok now!
Thanks for investigation, so issue https://github.com/luyadev/luya-module-admin/issues/109 should fix the problem and we can close this issue?
Yes, of course!
What steps will reproduce the problem?
New install. Step migration.
What is the expected result?
Use it)
What do you get instead? (A Screenshot can help us a lot!)
Migration failed.
LUYA Check ouput (run this script and post the result: [luyacheck.php]https://gist.github.com/nadar/022f890e064c068e75ce6178cd14a09e
Additional infos