I am working on a project that uses EF Code First. I am trying to use migration functions. I do not want to use the package manager. How can I programmatically execute "Add-Migration" and "Update-Database"?
add-migration TestMigration01 -force update-database
c # entity-framework ef-code-first entity-framework-6 ef-migrations
Armman
source share