I am working with flask-restful and flask-sqlalchemy and flask_marshmallow.This is my code:
table structure:
class Product(db.Model): __tablename_