I would like to log any changes of my db tables to special table like:
- time, user, table_name, [old field value - new field value, old field value - new field value, ...]
I can realize this feature using MySQL storing procedure and TRIGGERs, but on the SQL side I don't know the actual nuBuilder user.
Probably you can advise some ideas how to approach to this task?
Thx