Jaxel
Well-known member
I'm looking into using unique IDs as a primary key for one of my tables, instead of an auto-increment integer. The reason for this is for obfuscation.
What would be the best way to implement this? MySQL handles generating auto-incremented integers themselves, and XenForo passes it along just fine. Do MySQL or XenForo have build in functions for handing UUID/GUID?
What would be the best way to implement this? MySQL handles generating auto-incremented integers themselves, and XenForo passes it along just fine. Do MySQL or XenForo have build in functions for handing UUID/GUID?