1
vote
1answer
1k views

Auto Generating Migrations using alembic

In the tutorial: http://alembic.readthedocs.org/en/latest/tutorial.html I tested Auto Generating Migrations function by below command: alembic revision --autogenerate -m "Added account table" and ...