I want to log the changes from my dropdown.
There are 10 statuses in my dropdown. I would like to create a “thing” in my database where I have “status from” and “status to”. This means when my dropdown changes from X to Y it must be logged in my database.
How do I do it the easiest?
Tried with database triggers, but it throws something in my database EVERY time the other fields in the project are changed.