I created a database by using Entity Framework Core Code First. Now I can view all my tables in my SQL Server Objekt Explorer which kind of looks like this:
Now I would like to create a Relational Model in Visual Studio so I can see all my relationships between my tables. But I can't figure it out how to do it. Is there a way Visual Studio can create a Model with my existing tables or do I need a Relational Database Management System?
I want my Model to look like this: