I am building an asset tracker and using Dataverse. Since different assets have many different attributes depending on the asset type is there a way in dataverse to store a dynamic structure almost like a "No SQL" approach where I determine what to write based on the asset? Or do I have to bite the bullet and have a really wide Asset Table covering many different attributes?
I currently have 15 or so Asset Types to track and its putting me close to 75 columns as some assets are vehicles where others are buildings etc.