I\'m using PHPMyAdmin and I\'ve got a MySQL table column called \"timestamp.\" The type (surprise!) is TIMESTAMP, and in \'attributes\' I\'ve set it to ON UPD
TIMESTAMP
ON UPD
Try setting the default value to CURRENT_TIMESTAMP instead of putting that in the attributes.
CURRENT_TIMESTAMP
MySQL Reference