Re: [symfony-users] Mandatory fields created_at

2010-07-09 Thread Eno
On Fri, 9 Jul 2010, Samuel Morhaim wrote: > I created a simple new Table in my schema, and selected it as timestampable, > then generated the CRUD.. but for some reason is setting the created at and > updated at fields as mandatory, and not really just using default values... > what am i doing wro

[symfony-users] Mandatory fields created_at

2010-07-09 Thread Samuel Morhaim
Hi, I created a simple new Table in my schema, and selected it as timestampable, then generated the CRUD.. but for some reason is setting the created at and updated at fields as mandatory, and not really just using default values... what am i doing wrong and why do i need to enter this fields? th