exec sp_executesql N'INSERT INTO [dbo].[event_store] (payload, options, headers) VALUES (@p1, @p2, @p3)', N'@p1 varbinary(12), @p2 varbinary(113), <===== @p3 nvarchar ...
Sequelize currently doesn't have a native string type that maps to an easily indexable VARBINARY in MySQL. This is going to be a growing issue due to utf8mb4, under which the practice (that Sequelize ...