Hi,
Does anyone know if there is a limit to the length? I think it is 255 characters but I want to be sure.
Thanks!
Max length doesn't apply to integer fields.
The max value is 2147483647 (32bit unsigned int max).
-2147483648 to 2147483647
My bad, I meant to write "signed"...