MySQL not showing relationships
Options
I am using Linqpad for years with MS SQL and it always showed all relationships. Using MySQL I only see the relationship ID column but no relationship properties show up. I tried both standard linq to sql and IQ, no luck ! Anything special I need ?
Comments
-
Have you created foreign key constraints in your MySQL database?
-
this is EF core code first, it's all created and there. Works in MS SQL, does not show any relationships in MySQL