With code first EF4 (using CTP5) I can add a single navigation property along with the foreign key and it will respect the naming and only add the foreign key to the table a
I thought you were suppose to use the data annotation attribute
[ForeignKey("FromPressTypeId")]
etc.