Basic example demostrating combining SQLAlchemy with Flask-SQLAlchemy
- Install requirements.txt via pip
- Remove migrations/
- Run
export FLASK_APP=app.py
- Run
flask db init
- Run
flask db migrate
- Look into migrations/version/X.py, there is no mention of _mod in there.