You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: