Exposed seems to have made my UUIDs as binary, whi...
# exposed
m
Exposed seems to have made my UUIDs as binary, which I'm told by some friends is really bad for indexing. I'm using MySQL, they said for them Exposed worked on PostegreSQL to make UUIDs. They said it's better to use varchars instead of binary if there's no UUID available. How can I switch? I have a table with 3000+ entries using it and it's referenced on many other tables.