Thêm dàn diễn viên bị thiếu, sử dụng:
class CastingArray(ARRAY):
def bind_expression(self, bindvalue):
return cast(bindvalue, self)
Và khi xác định mô-đun, hãy sử dụng lớp này thay vì ARRAY
(old_passwords = db.Column(CastingArray(JSONB))
(Câu trả lời được lấy từ https://groups.google.com/forum/# ! topic / sqlalchemy / oB4zVgUEMgA )