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?
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?