I used the cake bake model all
, with my db (cakephp 1.3) which created all models with associations, but no validation rules were created. why is that?
In your Database you need to remove/disable 'ALLOW NULL' for any column for which you want validation before baking.