Can't delete FK with EFCore
Posted: Thu 15 Sep 2016 06:55
Hi Shalex,
EFCore can not delete FK from Oracle with migrations. The FK by CREATE TABLE has no name, so they can not be deleted.
Democode can be downloaded here.
EFCore can not delete FK from Oracle with migrations. The FK by CREATE TABLE has no name, so they can not be deleted.
Democode can be downloaded here.