I might just be completely out of date but I updated EF to 6.4 using nuget and I don't see migrate.exe in the tools folder anymore. Is there a change to run migrations? Or do I need to install another package for it? Appreciate any help. Thanks!
For those who are as confused as I was, the documentation from Microsoft is out of date. It looks like they change migrate.exe to ef6.exe starting from EF 6.3 as per Nuget Github page.