I am adding a new custom table to my Kentico 10 website. I want any custom table structural changes synched, however I do not want data synched between my different environments.
I do have other custom tables though that I want to keep logging staging tasks for.
How do I exclude for a specific custom table? I can see sample: https://docs.kentico.com/k10/custom-development/handling-global-events/excluding-content-from-staging-and-integration
But I don't know what property I can use on the synchronizedObject to validate if its relevant to the custom table.
All the samples I've found so far have been for users/roles which are an out of the box object type.