Replies: 2 comments 1 reply
|
Hi @sggreener Currently pgModeler doesn't support filtering directly in parent field. I can improve it in the future. For now you can filter in the object's signature (schema qualified name). For example, if you need to filter all fks in the tables in schema dbo, just write an expression like this: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I want to import just the foreign keys of tables in a single schema.
I can set up a filter to search for foreign keys using a simple pattern (fk_*) but how do I limit the filter to just those foreign keys whose parent object is in a specific schema?
I'm trying to import foreign keys named "fk_*" only in the "dbo" schema.
The following image shows fks in the ahr schema.
There is no Parent filter object.....
Simon
All reactions