Flask - Deployment
To safely add a new column to an existing table in a deployed Flask app's database, which sequence of commands should you run?
flask db migrate to create a migration script reflecting the model changes.flask db upgrade to apply the migration and update the database schema safely.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions