Hello, I have many fields defined like this:
Field('name','string', required=True, length=300,
requires=[IS_LENGTH(300)]),
where the VARCHAR length in MySQL is not being set properly. It is
defaulting to VARCHAR(255) for all strings regardless of my model
definitions. Is there something else I need to do or is this a bug in
the MySQL adapter?
Thanks.
-Dane

