From: Daevid Vincent Date: March 6 2003 1:56am Subject: Feature request: using CURRENT_DATE as DEFAULT value List-Archive: http://lists.mysql.com/mysql/134075 Message-Id: <005901c2e383$99ead480$dc0aa8c0@Locutus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable http://www.mysql.com/doc/en/CREATE_TABLE.html states "Default values = must be constants. This means, for example, that you cannot set the default for = a date column to be the value of a function such as NOW() or = CURRENT_DATE." Is this ever going to be "fixed"? I often find myself using this when creating new records, and it'd be just one less thing to worry about = putting in the INSERT statement?