Unable to Add Foreign Keys Using ALTER TABLE Statement
ricardovieirasantodigital opened this issue · 2 comments
ricardovieirasantodigital commented
We have encountered a problem while trying to add foreign keys using the ALTER TABLE statement in this project's database. When attempting to execute the statement, we are receiving an error message indicating that the operation failed.
OUT PUT ERROR MESSAGE:
117/203Can't add foreign key with statement: ALTER TABLE.
manitgupta commented
Hi @ricardovieirasantodigital,
Can you please provide the following information to help us reproduce the issue -
- The schema of the migrated table.
- The name and the details of the foreign key being added.
- Harbourbridge version (the vX.X.X version or the commitID you are using)
- The full Harbourbridge command run that is run.
shreyakhajanchi commented
Unable to reproduce