If you need it only for some reports you can try to add a custom timestamp column manually.
Look into the reference manual:
http://dev.mysql.com/doc/refman/5.1/en/timestamp.htmlYou can create a column which is only updated at insert or one that is updated with every insert and update commands.
This is done by the mysql server. No changes at griffith side.