开发者

cakephp: cake bake created no validation rules, why?

开发者 https://www.devze.com 2023-03-29 00:46 出处:网络
I used the cake bake model all, with开发者_如何学C 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

I used the cake bake model all, with开发者_如何学C 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消