Field('condition',
enum('IsEqual','IsNotEqual','IsGreater','IsLesser','IsNull','IsNotNull','Likeliness','IsMatch','IsNotMatch','In','NotIn','Found','NotFound'),
notnull=True), the above syntax gives me error while defining the table in web2py. how can one specify an enum datatype in web2py table definition --

