I have two tables ...tableA... and ...tableB..., I set ...tableB...'s primary key as foreign key which references ...tableA...'s primary. But when I use Entity Framework database-first, the model is 1 to 0..1. ...How does one create a one-to-one relations...