Added 3 tables in Entity framework

39 Views Asked by At

I added 3 tables to my EF: 2 tables for data and the third for connection between them (= 3 columns in this table, first ID as the primary key, and the second and the third are FK to the other two tables).

But the problem is that the third table was added with just the first column (= ID).

Why is that?

0

There are 0 best solutions below