Is there a way to filter out table(s) from a schema?
I still want some of the tables from that schema.
Comments: No. So we have same table name exists across few schema. I was looking at how to filter out a specific table from a schema. I don't want to exclude the whole schema though. For example, we have table 'Foo' exists in schema A and B. How do I exclude B.Foo from the generator without excluding the entire schema B? Easiest is to rename table name but would like to know if this case is doable. thanks
I still want some of the tables from that schema.
Comments: No. So we have same table name exists across few schema. I was looking at how to filter out a specific table from a schema. I don't want to exclude the whole schema though. For example, we have table 'Foo' exists in schema A and B. How do I exclude B.Foo from the generator without excluding the entire schema B? Easiest is to rename table name but would like to know if this case is doable. thanks