I added a couple columns to a table in MySQL:
totalSavings DOUBLE NOT NULL DEFAULT 0
totalDebt DOUBLE NOT NULL DEFAULT 0
There are several other columns in the table configured in a similar manner, and CFWheels is appropriately adding a validatesPresenceOf
validation to those properties.
But my new ones are not being picked up as required by CFWheels automatic validations. Why is that?