Ecto (mysql) and UUID

Good point, and one that is echoed here: Odd Binary ID Mismatch

I did find that the table was encoded with latin1, so I did this:

ALTER TABLE replication_types CONVERT TO CHARACTER SET utf8;

I tried again. Same results, unfortunately.