backend Backend for the CoVerified Widget Create db migrations: python manage.py db init Populate migration files and generate tables: python manage.py db migrate Apply changes to the database: python manage.py db upgrade