First of all, congratulations for a great product, and thanks for the perfect support!
I'm trying to use ModelRight to maintain a model with several schemas.
I want to reuse my domains, so I need to have them all within one model, but since I want some schemas to be installed optionally, I need to generate a separate file for each instance.
My approach is to have one Model Subset for each schema. This works fine for tables and views, but not for sequences, types, etc, since they are not assigned to a Model Subset.
Any suggestions on how to handle this?
Thanks in advance,
Peter