Let\'s say I have following model defined:
class Product(db.Model): id = db.Column(db.Integer(), primary_key=True) product_name = db.Column(db.String(255)