I have the following example table in my DB which I manage mit Flask_SQLAlchemy.
class Employee(db.Model): __tablename__ = \'employee\' id = db.Column(db.