I have migrated MS Sql Server database to MySql (using MySql Workbench tool) and having some hard time to figure out how to store uniqueidentifier in the table. The tool automatically converts the uniqueidentifier to VARCHAR(64) but I am not sure whether ...