Prior to EF Core .NET 10, we could map jsonb columns to byte[]. This worked when an entity configuration was created and marked the column as jsonb
After upgrading to .Net 10, this feature stopped working and I couldn't find any documentation in the breaking changes section.
