I\'m trying to get information from some of my models that have a foreign key relationships to my main employee model. If I map out each model individually, I can access the
I came across the same kind of exception. My solution is to go to the model class and verify the exception given property definition/type where it defines. In here better check the Model class/classes where you define 'phone_types_phone_type_id'.