Skip to content
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

Add Enum type support for Postgres #236

Open
amaschas opened this issue Dec 6, 2023 · 0 comments
Open

Add Enum type support for Postgres #236

amaschas opened this issue Dec 6, 2023 · 0 comments
Assignees

Comments

@amaschas
Copy link

amaschas commented Dec 6, 2023

Describe the feature

An enum type that with automigration support in MySQL and Postgres.

Motivation

At one point in time, GORM supported enum types that worked with automigrate in Postgres, but since V2 that support appears to have been deprecated. Given that there is still a ton of documentation around that indicates that GORM supports enum types for Postgres, but all of it documents an approach that no longer works in V2, it seems like that is something that would appropriately handled here.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants