-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
Description
Hi Simon
I note that v11 includes support for JSON columns. Could you provide some documentation on how to configure JSON columns so that we can get configs like
modelBuilder.Entity().ComplexProperty(b => b.Details, b => b.ToJson());
(from https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-10.0/whatsnew)
Cant find anything in the docs, and cant figure it out from the code sorry
Reactions are currently unavailable