Error Message: Setting SYSTEM_VERSIONING to ON failed because table '{name}' has a FOREIGN KEY with cascading DELETE or UPDATE.
The error occurs when I add a DbSet to the DbContext file and try to implement the migration. The table that is failing is not necessarily the same each time I run the update-database command in the Package Manager Console.