Hello,
I am using the StringLenght validation on a column "name", but in the database it's set as default NULL, but when I use the stringLength function, it requires the field to be filled no matter what. I can't leave it NULL and I dont use PresenceOf?
How can I return NULL, if name is not filled?