It looks like there are several classes that have been inherited from DbContext class (may have come from some NuGet package). So add migration with
Add-Migration MyMigration -context DataContextName
It looks like there are several classes that have been inherited from DbContext class (may have come from some NuGet package). So add migration with
Add-Migration MyMigration -context DataContextName