FastCrud
FastCrud copied to clipboard
ExtensionData
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).