Is there a way to have a date type column default to the current date without using time stamp. The reason is that I want to store the creation date of a record, but I do not want that date to change on subsequent updates. I have tried to do this using both CURRENT_DATE and curdate() to no avail.