4 messages in com.mysql.lists.mysqlHow to insert CURDATE() as default
FromSent OnAttachments
Marc29 Dec 2005 14:27 
Marc29 Dec 2005 19:10 
Danny Stolle30 Dec 2005 01:28 
Marc30 Dec 2005 05:08 
Subject:How to insert CURDATE() as default
From:Marc (take@ironroots.com)
Date:12/29/2005 02:27:18 PM
List:com.mysql.lists.mysql

I've got a MySQL table that I'd like to have the current date, CURDATE(), as the default in a column. I'm using knoda to worj with this table. How do I use knoda to get this done? I can enter CURDATE() in the default using the GridColumns button, but all that does is insert the phrase "CURDATE()". I've got the column with "Date" for the ColummnType.

Thanks.