I have this model for a user here which stores information.
class User(db.Model): _id = db.Column("id", db.Integer, primary_key=True) name =