[symfony-users] Re: Model generate problem

2007-11-07 Thread Frank Stelzer
In case you use propel: Use timestamp instead of datetime. Propel supports date, time and timestamp as date&column types: http://propel.phpdb.org/docs/user_guide/chapters/ColumnTypes.html And it may read: > start_date:timestamp You missed the ":" - Frank Am 07.11.2007 um 10:25 schrie

[symfony-users] Re: Model generate problem

2007-11-07 Thread Bayarsaikhan [Singleton LLC]
Thanks you Frank. it is all about ':' wonder why propel doesn't warn me about it On 11/7/07, Frank Stelzer <[EMAIL PROTECTED]> wrote: > > > In case you use propel: > Use timestamp instead of datetime. Propel supports date, time and > timestamp as date&column types: > > http://propel.phpdb.org/do