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?