I'm new to database and Entity Framwork, when I use Model first to build a database, there are three choices, so here Many means 0..* or 1..* ? If a relationship is one to many, here Many is kind of 0..* , does it mean a foreign key here is nullable?
Thanks.