We have a relationship from tables (host/schema/table) to data domains. We use responsibility rules to set up ownership for the tables based on the domain:
Now, we want to cascade the owners of the tables to the columns. The only way I know how to do this is table-by-table

This isn’t feasible with thousands of tables in Production. How can we inherit ownership?