How do I create a BEFORE UPDATE trigger that sends me a message when a specific field value in a table is modified? The PhP code is setting a field value to NULL but I can't find where the issue is in the code. I want to set up a trigger to find out who/when/where in the code it is happening or what is triggering the modification.
ie. Stakeholders table has a field called birthdate birthdate is changed to NULL on some process update (not sure what process is clearing it out). Not all birthdates are cleared, only 5 or 6 out of 100 records.
How can I find out what process is clearing out the field value? Can I use a trigger?