PostgreSQL - Advanced Features
How do you correctly add a new value 'inactive' to an existing ENUM type
account_status in PostgreSQL?account_status in PostgreSQL?ALTER TYPE ... ADD VALUE 'value'; to add ENUM values.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions