I pulled a clean project from GitHub, and it uses Entity Framework to model the database. I build the project, and would like to see the database.
What commands should I run to actually create it? I thought I could run Update-Database
but it not recognized in the Package Manager Console. It uses EF 6, latest version.
What am I missing?