Problem Unique Property in Complex Type
Posted: Thu 14 Nov 2019 10:17
Hello,
we are using \.nuget\packages\devart.data.oracle.efcore\9.7.805
When defining a Complex Type with a property which is Unique,
put in in a new entity,
generate a dotnet ef migrations add,
then dotnet ef database update
Then there is no Unique Index created for the column. In the ef core migration class there is no index creation generated.
What went wrong?
Regards
Thomas
we are using \.nuget\packages\devart.data.oracle.efcore\9.7.805
When defining a Complex Type with a property which is Unique,
put in in a new entity,
generate a dotnet ef migrations add,
then dotnet ef database update
Then there is no Unique Index created for the column. In the ef core migration class there is no index creation generated.
What went wrong?
Regards
Thomas