Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The model import wizard should indicate what db tables match in the model, are similar, and not yet imported. #101

Open
abrougher opened this issue Nov 6, 2015 · 1 comment

Comments

@abrougher
Copy link
Contributor

When browsing tables to import into a model, tables could be marked to indicate either:

  1. The table matches an entity in the model.
  2. The entity name matches but the columns are different. (Happens when the db schema changes after an import).
  3. The entity does not exist in the current model.

Ideally this status would be it's own column that could be filtered on and/or sorted.

@abrougher
Copy link
Contributor Author

This should also allow model attributes that no longer exist in the db to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants