hi, I have a table with computed fields, and also field with update values (e.g updated_on) I want to increase a field count (number of views) each time an item is displayed but without touching other fields
how to do that without raw sql? --
hi, I have a table with computed fields, and also field with update values (e.g updated_on) I want to increase a field count (number of views) each time an item is displayed but without touching other fields
how to do that without raw sql? --