Demystifying Alembic's Handling of Enum Types in Table Alterations
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...
arunanshub.hashnode.dev2 min read