Alembic migration tests failing for already existing database
I had an already existing database where I had to run migrations.
In attempts to do so, I used alembic and was able to make the migration.
Why is alembic setting all of my fields as nullable=False?
Here is my model: