They look like a varchar of 13 characters.
For synchronizing with our own MySQL database I am saving the IDs currently using a varchar of 20. Do I need to increase this?
Thanks Robin
They look like a varchar of 13 characters.
For synchronizing with our own MySQL database I am saving the IDs currently using a varchar of 20. Do I need to increase this?
Thanks Robin
The UUIDs are 13-digit base-32 numbers, so you don't need to increase it.
Rachel, thanks for the reply .. And you dont anticipate this ever having to be increased?
Ignore this comment .. a quick bit of maths and 32 raised to the power of 13 = 36893488147419103000 so that looks like plenty of scope for expansion. Thanks
2 People are following this question.