I am trying to implement a history table for an entity in EF6, code first....I figured there would be a way to do this with inheritance. The history table, which is a derived type of the actual table entity, just containing straight copies of all the prop...