Demystifying Alembic's Handling of Enum Types in Table Alterations
May 25, 2023 · 2 min read · When working with Alembic, the database migration tool for Python, there is an important aspect to consider regarding Enum types. Alembic does not automatically create an enum type when altering a table. Instead, you need to handle the creation manua...
Join discussion



