penguinolog / sqlalchemy_jsonfield

SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support
Apache License 2.0
22 stars 2 forks source link

Not working with marshmallow-sqlalchemy #3

Closed 0x55AAh closed 6 years ago

0x55AAh commented 6 years ago

When i trying to create marshmallow schema i got this: ... marshmallow_sqlalchemy.exceptions.ModelConversionError: Could not find field column of type <class 'sqlalchemy.sql.type_api.TypeEngine'>.