We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set up two databases.
MySQL: https://github.com/datacharmer/test_db Postgres: Empty
Move data from MySQL to Postgres.
Expected:
All constraints are created on PG side
Actual:
Constraint is not created on PG side (index for the constraint is, however, created)
The text was updated successfully, but these errors were encountered:
Hello, I apologize for late response. Could you share a sample of what actually didn't work, please?
Sorry, something went wrong.
test_db has several constraints. I would expect those to be migrated, but they're not. The indexes backing those constraints are, however.
test_db
Constraints are not migrated to me as well, @robert-sjoblom were you able to get the solution for this?
No branches or pull requests
Set up two databases.
MySQL: https://github.com/datacharmer/test_db
Postgres: Empty
Move data from MySQL to Postgres.
Expected:
All constraints are created on PG side
Actual:
Constraint is not created on PG side (index for the constraint is, however, created)
The text was updated successfully, but these errors were encountered: