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
Receive the following error when running any migrations against a table that has generated columns:
The value specified for generated column 'sample_generated_column' in table 'lhmn_sample_table' is not allowed.
I believe that this is because the migrator attempts to write values into the generated column which is not allowed.
I created a PR that I think addresses the problem by excluding generated columns when writing: #141
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Receive the following error when running any migrations against a table that has generated columns:
I believe that this is because the migrator attempts to write values into the generated column which is not allowed.
I created a PR that I think addresses the problem by excluding generated columns when writing: #141
The text was updated successfully, but these errors were encountered: