How can I create triggers or something equivalent for the underlying data model in my application? My main data model has many objects, and these entities are not related to any relationships. I want to trigger the trigger whenever new data is added or when the data changes in the main data.
Thanks.
source share