PostgreSQL - Advanced Features
You want to add a new value 'archived' to an existing ENUM type
status with values ('new', 'in_progress', 'done'). Which statement correctly adds 'archived' after 'done'?