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 existing values, just add the new value. What is the simplest way to do this?

18 Answers
18

Leave a Reply

Your email address will not be published. Required fields are marked *