Hello @louisl
I can reproduce you issue, but looking at the agent code and the sequelize documentation
I think the issue is more related to the the way sequelize handles queries on enum arrays
See the sequelize documentation on enum arrays (it’s the same for sequelize v5 and v6)
Best regards,
Nicolas