I\'m using flask-marshmallow 0.13.0
I\'ve a table created inheriting from db.Models
from api import db # SQLAlchemy class User(db.Model): __tablename