The name is something like dbo. and it throws an exeption.
To reproduce the behavior create 2 entities with a relationship then delete the relationship property.
I have this problem too. The name of the foreign key is always wrong. Is this going to be fixed?
The name is "FK_dbo.Table1_dbo.Table2_ColumnName" instead of "FK_Table1_Table2_ColumnName".
The name is something like dbo. and it throws an exeption. To reproduce the behavior create 2 entities with a relationship then delete the relationship property.
Sample initializer