I'm trying to use Symfony UID component to generate IDs. Everything works fine and I can communicate with the DB perfectly.
However, I observed that the ID is saved as binary in database. I'd like to persist the ID as base32 instead of binary.
I'm trying to use Symfony UID component to generate IDs. Everything works fine and I can communicate with the DB perfectly.
However, I observed that the ID is saved as binary in database. I'd like to persist the ID as base32 instead of binary.