You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, there is an issue with this field.
The length is defined, but because base64 is of type CLOB the directive is ignored.
Please downgrade to 5.0.x until a fix is released.
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: