Alembic doesn’t see SQLModel models and creates empty migrations
I’m using SQLModel with Alembic for database migrations in my project. However, Alembic doesn’t seem to recognize my models and creates empty migrations.
I’m using SQLModel with Alembic for database migrations in my project. However, Alembic doesn’t seem to recognize my models and creates empty migrations.