Maybe the wrong forum, but im giving it a try.

Im used to for instance 2 columns in each table indicating when it was
created and when it was last updated:

Changed_date
Registered_date

In mysql it seems it is only possible to define a column as a timestamp, and
this will trigger both on insert and delete. Is it possible to define
changed_date to trigger only on update in mysql or do i have do give the
correct timestamp "manually" from php?

Thanx

-R



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to