The common scenario for migrations in Entity Framework 6 is to use Package Manager Console. It is also possible to use migration without Package Manager Console as described: https://stackoverflow.com/a/20382226/121968 and http://romiller.com/2012/02/09/running-scripting-migrations-from-code/.
Is it possible to access migrations from Package Manager Console when Entity Framework is not deployed via NuGet?