i am using mysql-v5.1 and i want to add a DATE column in a table,
my requirement is,whenever i do insert a new row that column should update with current date and the date format should be like 'yyyymmdd' or 'yyyy-mm-dd' not like 'yyyy-mm-dd hh:mm:ss' .
so kindly tell me how to add a such a column.