-
Notifications
You must be signed in to change notification settings - Fork 5
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
redefine ENUMs with enumType #212
Comments
Solution 1: Mapping to Varchars is what we're currently using and as we know, it has it's own flaws (showing unnecessary modifications in each migration). Solution 2: Defining a Type seems to be the preferred approach in most frameworks.
Note: |
@kakapiciu will try to implement a proof of concept |
Signed-off-by: alexmerlin <[email protected]>
https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/cookbook/mysql-enums.html
https://stackoverflow.com/questions/73907769/how-to-mapping-type-enums-in-doctrine
@alexmerlin please give us an idea here if we should replace enum with enumType
The text was updated successfully, but these errors were encountered: