Best practice for DB triggers

Hey there -

I am adding an increasing number of DB triggers and I’d love to learn how you guys organize these. Let’s say I have 4 different types of DB triggers on my User thing (or any other thing); should I have them be in one sprawling backend workflow (where each step calculates the logic), or is it better to have one workflow for each specific type of change I’m monitoring?

Does it make a difference?

Thanks!