In MySQL, I\'m sick of adding the columns dt_created and dt_modified (which are date time stamps for creation and last modified respectively) to al
dt_created
dt_modified
In phpmyadmin you can set
OR use this query
ALTER TABLE `tablename` CHANGE `dt_created` `dt_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP