PostgreSQL
Extending a PostgreSQL Enum Type
PostgreSQL supports custom enum types, which is awesome. However, extending them is kind of a pain, since there is no command to just add a new value to the enum. Thanks to this StackOverflow answer, there are two alternate ways to still get what you want. One works by modifying