Flask doesn't support migrations natively, but there's a library called Alembic that builds on SQLAlchemy to support them. It may not be worth the effort. On the other hand, if we end up needing to change the database in the future (to store additional information as we get more clarity on requirements), perhaps we'd find it useful.
Flask doesn't support migrations natively, but there's a library called Alembic that builds on SQLAlchemy to support them. It may not be worth the effort. On the other hand, if we end up needing to change the database in the future (to store additional information as we get more clarity on requirements), perhaps we'd find it useful.