Skip to content

Errors encountered when migrating a table with generated columns #142

@iamadalek

Description

@iamadalek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions