Encryptable
Encryptable copied to clipboard
MySQL error 1406 - Data too long for column
I am encountering an error suggesting that the encrypted value is too long to be stored into the database.
In my case, it was caused with the encrypt() function serializing the value, resulting in an even longer text.