Migration of UNIQUEIDENTIFIER field
I am migrating MS SQL server database to MySQL. I have a UNIQUEIDENTIFIER field in almost every table. I do not see any UNIQUEIDENTIFIER data type in MySql (which in my opinion would be nice to have). I can change that field to VARCHAR type and then manaually enter that field's values instead of MS's handy NEWID() function.
Is there any other approach that you guys can suggest other than using INT type field?
Thanks
Subject
Written By
Posted
Migration of UNIQUEIDENTIFIER field
July 10, 2005 04:26AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.