Skip to content

Same enum for different columns on same table results multiple import for the enum in the model. #14

@varjasz

Description

@varjasz

Same enum for different columns on same table results multiple import for the enum in the model.
Example:

enum-field.properties:
TableA.ColumnA = enumX
TableA.ColumnB = enumX

result in the model class:
import enumX;
import enumX;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions