Now that I am using this particular sql code for audit-trigger, I would like to see which particular user is making changes in the table along with the the following attributes:
- Date of change
- Timestamp
- In Table(table name)
- Changed Field(changed attribute)
- From value(old value)
- To value(new value)
Please provide the necessary help. Thanks in advance.