On Friday, November 16, 2012 5:56:18 PM UTC+1, Joseph.Piron wrote:
>
> I am working with mysql, there's no way to do this without an alter table 
> ? (Which would be executed at each request moreover)
>
PS: once the table is altered "externally" there's no need to perform 
anything on web2py. it's just for form validation (i.e. some of your users 
insist on filling that field with, e.g. "-10" that you should enforce a 
IS_INT_IN_RANGE(minimum=0) to show the error to the user.)

-- 



Reply via email to