I have defined the following models using sqlalchemy and my database backend is mysql.
from flask_sqlalchemy import SQLAlchemy db = SQLAlchemy() class Ve