sequelize-replace-enum-postgres

JSON →
library 1.6.0 ·javascript
verified Jun 5, 2026

Utility for replacing PostgreSQL ENUM values in Sequelize migrations. Version 1.6.0 is current, with irregular release cadence. It provides a single function to safely add/remove enum values without dropping and recreating the column, avoiding common pitfalls. Key differentiator: handles complex cases like columns with default values and custom enum names, unlike raw SQL approaches. Only supports PostgreSQL with Sequelize.