Replies: 2 comments 2 replies
-
|
Yeah, ignore this discussion item. By experimentation the import does a good job of synchronising the model with the changes to the database. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added an attribute is_default to 83 lookup tables in my database. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
For a variety of reasons I needed to make direct changes to my database data model independently of pgModeler.
Mainly:
I don't want to create a new model as I have put a lot of effort into laying out the previous database tables.
I want to know which of the above can be discovered by pgModeler and merged with existing objects.
For 5 and 6 can I select and delete all foreign keys in my existing model then just import the new foreign keys and have pgModeler attach them to existing object?
regards
Simon
Beta Was this translation helpful? Give feedback.
All reactions