This is actually in your database setup You need to not only chance the field to allow null, but change the default value to "null" instead of what it is set at now
On Fri, Nov 13, 2009 at 1:16 AM, Braindead <[email protected]> wrote: > Is there realy no automagic in Cake that converts empty date fields to > NULL? > > -- > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/cake-php?hl=. > > > -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
