Skip to content

Introspection should try to preserve custom Enum names on MySQL even without @map #3802

@do4gr

Description

@do4gr

When handwriting a schema and deploying it to MySQL there is no way for the migration engine to persist the enum name in the db.

When later introspecting the same db, the names of the Enums would change to the Table_column convention. Introspection could look up previous names in the schema and try to preserve those.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions