I have a table column that uses an enum type. I wish to update that enum type to have an additional possible value. I don\'t want to delete any exi
enum
Simplest: get rid of enums. They are not easily modifiable, and thus should very rarely be used.