Do an explicit length declaration in your model definition:
Field('txt','text', length=65536),Look here: http://www.web2py.com/book/default/chapter/06?search=Field+constructor On Sep 7, 3:10 pm, toan75 <[email protected]> wrote: > Hi. > > I found in 1.98.2, text field type default length is 512 not 65536? > It's correct? > > Toan.

