I see http://www.ietf.org/rfc/rfc4122.txt
What's the maximum length of a RFC 4122 version 4? In other words, is it always the same maximum length as this example string value taken from the document? f81d4fae-7dec-11d0-a765-00a0c91e6bf6
I think the answer lies in the section that says "The formal definition of the UUID string representation is provided by the following ABNF"
I wanted a second opinion for the sake of a database table column (varchar).
Thanks!