Closed andrewtheis closed 6 years ago
Steps
PostgreSQLModel
Data
Expected Result Migration for your new model runs and creates a bytea PostgeSQL column
bytea
Actual Result Error is thrown: ⚠️ [CoreError.ReflectionDecodable:Datadoes not conform toReflectionDecodable.]
⚠️ [CoreError.ReflectionDecodable:
does not conform to
.]
Thanks for reporting that one @andrewtheis!
Steps
PostgreSQLModel
subclass with aData
propertyExpected Result Migration for your new model runs and creates a
bytea
PostgeSQL columnActual Result Error is thrown:
⚠️ [CoreError.ReflectionDecodable:
Datadoes not conform to
ReflectionDecodable.]