Re: How to specify sysdate as default?

2002-04-04 Thread Paul DuBois
At 20:25 -0500 4/4/02, James Hedrick wrote: >Hi Gang, >I am currently specing out a table in MySQL manager and I am trying to set >sysdate as default value for ActivityDate column ( a datetime field). If I >specify sysdate() in default value field then the DDL changes to show >default as "default

How to specify sysdate as default?

2002-04-04 Thread James Hedrick
Hi Gang, I am currently specing out a table in MySQL manager and I am trying to set sysdate as default value for ActivityDate column ( a datetime field). If I specify sysdate() in default value field then the DDL changes to show default as "default '-00-00 00:00:00'". What am I doing wrong? T