I have a database which contains some tables such as article, news, projects,...
I want to save a record to another table (Activity) when a record inserted into each table in database without activity
I don't want to create a trigger for each table.
How can I do it?