Check that your database have alembic_revision table.
alembic_revision
If it's not present run:
alembic upgrade head
Then run autogenerate command:
alembic revision --autogenerate -m "Added initial table"