I, in my 0.9.9 installation have changed this to 255 and haven't seen any problems at all. I checked 1.1.5 and it still appears to be a varchar(100). MySQL manual states "The
CHAR
and VARCHAR
types are declared with a length that indicates the maximum number of characters you want to store". It also states that there is no speed/storage difference for the varchars if they are declared smaller (so there's no real point in having this restriction)..I'd recommend expanding the default schema to maximize the length of the val column in light of the popularity of spf/domainkeys.
-M