Possible Duplicate:
How should I store GUID in MySQL tables?
Hello,
To represent a GUID in MySQL, should I just use varchar? Also, since it is something that will be used to recognize a user, should it be encrypted? Or does that lost the point of having the GUID? :)
Thanks!