Change PostgreSQL column type from one enum to another
In a PostgreSQL migration I would like to change the type of a column to a different enum.
But when I try
In a PostgreSQL migration I would like to change the type of a column to a different enum.
But when I try