I have created a class in MVC5, where I want a primary owner of the content and then I want to have some editors for the content:
public class Content {
I had the same problem and I found that I had not called
base.OnModelCreating(modelBuilder);
in my DbModel