I have two tables (in postgres) - ads and logs. After every insert into logs table, depending on the action it should increment the count of a column in the ads table. I have two tables (in postgres) - ads and logs.
I have two tables (in postgres) - ads and logs. After every insert into logs table, depending on the action it should increment the count of a column in the ads table. I have two tables (in postgres) - ads and logs.