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

Add support for tables with generated columns #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamadalek
Copy link

@iamadalek iamadalek commented May 26, 2023

Currently if a table has any generated columns, the migration will fail as the Migrator will attempt to "write" to the generated column. This PR removes the columns from Intersection#common column names to prevent the write.

@aovertus
Copy link

Hi @coding-chimp, any chance we could get this merge and release ? We have done the same monkey patch on our side as we are unable to migrate tables with virtual columns right now

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

Successfully merging this pull request may close these issues.

2 participants