0

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?

Rasmus Bækgaard
  • 737
  • 2
  • 11
  • 27

1 Answers1

0

So, it turns out the EF commands are missing, but are accessable after a restart of Visual Studio, as found here.

Community
  • 1
  • 1
Rasmus Bækgaard
  • 737
  • 2
  • 11
  • 27