Pattern
No Automatic Schema Drift
no-automatic-schema-migration
A recurring mismatch where application model changes (e.g., SQLModel/SQLAlchemy models) are not detected or applied to the existing database schema, leading to stale tables unless an explicit migration workflow like Alembic is added.