-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Column publicKeyCredentialId
used in key specification without a key length
#680
Comments
Hello @leofeyer, Indeed, there is an issue with this field. Note1: https://stackoverflow.com/questions/1827063/mysql-error-key-specification-without-a-key-length |
Will do. Thank you @Spomky. |
Hi, I am sorry, but it looks like there is no convenient way to fix this issue. I will revert to the previous behavior i.e. without the index. |
Yes 🎉 |
Unfortunately, the changes from #678 don't work for me under MySQL 9.1:
The ORM file contains
<field name="publicKeyCredentialId" type="base64" unique="true" length="250"/>
. I'm using version 5.1.1 with Symfony 7.2.The text was updated successfully, but these errors were encountered: