I am working on a web solution that uses .NET 6 framework as backend with EventFlow (Event-sourcing & CQRS). All of my events are store in the table EventEntity :
I would like to add additional information in the Metadata attribute. I read the documentation but I don't understand about how to do it :
The documentation :
The Metadata attribute is in JSON format :
Any help would be appreciated