I have the following classes:
from app import db class TransactionStatus(db.Model): __tablename__ = \'transaction_status\' id = db.Column(db.Integer,