Example:
Table Name: tbl_user Field Name: user_created
Solution:
ALTER TABLE tbl_user CHANGE `user_created` `user_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP