Hi, 
i have a record that has two fields modified date and created date. 
my database has 2 columns - both timestamp. 
i read somewhere that mysql is able to update both fields when they are empty
and update only one when there is a entry inside. 
as my fields are rather self explanatory how do i go about doing it in phprunner?