I've created a custom table. When I created an entity from this table it also created a staging table for me. The staging table includes 4 fields that I didn't explicitly include.
When I build the solution, I received multiple errors on these fields indicating an extended data type does not exist. I see what the error is saying... it's pretty clear it's missing references.
I just don't have context as to why these fields are here in the first place... Is it ok for to delete these fields and just move on? Or are they important and should I map them to something? If so, what should I map them too? I tried looking for each one in the extended data type drop down (with and without 'DMF' prefix) and I was unable to find anything that matched by name.
This is a fresh install using app version 10.0.8 & platform version 32, we've made no changes to the environment up until this point. We also saw this in 10.0.7 as well.
