`createdtime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
if I manually update the values in phpMyAdmin it works fine.but updating through yii its not working.its just shows me CreatedTime.
I got answer.just need to add
'setOnEmpty'=>false,
in model