FastCrud icon indicating copy to clipboard operation
FastCrud copied to clipboard

ExtensionData

Open aronDisi opened this issue 1 year ago • 0 comments

I have a database (that was forced on me) that has a few tables with semi-structured data. In these tables some of the columns are stable and some are customer specific. I would like to designate a property of a mapped entity to store and emit "extension data" columns. This would function in the same way that JsonExtensionData annotation does (both System.Text.Json and Newtonsoft.Json define it).

aronDisi avatar Feb 20 '25 18:02 aronDisi