System.Data.SqlClient.SqlException: Invalid column name ‘phone_types_phone_type_id’
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 them like normal with no problems, but I have to visit multiple different web pages to do so.