I have the following situation: each time i insert a row into a table, i want the date of the operation to be inserted in a separated field(called process_date). I have set the process_date field to be a timestamp type, and its defalut value to be now(), but the date inserted into it is like 00000000000000. How can I solve this problem? Thanks