I created a web application and want to connect a web application with a SQL server, I run this command in Package Manager Console
PM> add-migration createDB
but I got this error:
add-migration : The term 'add-migration' is not recognized as the name of a cmdlet, function, script file, or operable program. Chec
k the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ add-migration CreateDB
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (add-migration:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException