I'd like to accomplish something like the following in a MySQL Create table action
date_created datetime NOT NULL DEFAULT CURRENT_DATETIME,
date_updated datetime NOT NULL ON UPDATE CURRENT_DATETIME,
Once again, this is a MySQL create table action and these are two of the fields in my table.