hello i have
Field('empresa',db.auth_user,unique=True,requires=IS_IN_DB(db, 'auth_user.id
','auth_user.empresa',error_message=e_m['not_in_db'])),This is not preventing me to add another record with the same 'empresa' field as one already in the table What am i doing wrong? Thank you --

