flask-migrate — Easy Playground
Alembic database migrations for Flask-SQLAlchemy
Getting started with flask-migrateRun locally
Install
pip install flask-migratePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: flask_migrate)
flask-migrate is a third-party package. Alembic database migrations for Flask-SQLAlchemy. Install with: pip install flask-migrate
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?