소개
This skill streamlines the process of managing database schema changes in Python projects using SQLModel and Alembic. It automates the generation of migration files, ensures SQLModel remains the single source of truth, and automatically fixes common Alembic issues like missing imports. By integrating safety checks for running databases and type-checking models, it provides a reliable, governed workflow for evolving database structures without manual SQL intervention, ensuring your database always reflects your application code perfectly.