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

ER WIN export/import schema info #39

Open
ribram opened this issue Dec 21, 2016 · 1 comment
Open

ER WIN export/import schema info #39

ribram opened this issue Dec 21, 2016 · 1 comment
Assignees

Comments

@ribram
Copy link
Collaborator

ribram commented Dec 21, 2016

It seems we have a problem exporting and importing schema info for tables with collations:

CREATE TABLE xxx(
[1] character(1),
[2] float
) COLLATE iso88591_bin ;

It seems that the ER WIN Metamodel Definitions do not support table collations (just attribute collations). We could not find any way around it.
erwin.zip

Does anyone know if this is possible?

@newpcraft
Copy link
Collaborator

@ribram
I'm not sure but it won't be provided a collation because such meta data may be unnecessary in modeling tool.

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

No branches or pull requests

5 participants