Which backend do you use? I think that this feature is database specific...
Richard On Fri, Nov 16, 2012 at 11:12 AM, Joseph.Piron <[email protected]>wrote: > Hi all! > > I have quite a problematic issue, I would like to know how to define a > Field as unsigned in the DAL ? > I tested: > Field('triggerValue', 'unsigned integer', requires=IS_NOT_EMPTY(),notnull > =True), > and > Field('triggerValue', 'integer', unsigned=True, requires=IS_NOT_EMPTY > (), notnull=True), > > But it does not work. > Could someone please enlighten me ? :D > > Thanks in advance !!! > > -- > > > > --

