What is the equivalent to EF 5's Update/Create Code First model creation in EF 6?

78 Views Asked by At

For Example:

I have a MVC 5 Web application project.

I already have an existing database.

I'm doing the Code First route.

In previous versions of Entity Framework, you would right-click on your project and have access to Entity Framework in that context menu, and you could generate all of your Model files there.

Now, Entity Framework v6 doesn't seem to have the same functionality, or maybe it's moved.

How would I update my models in Entity Framework 6?

1

There are 1 best solutions below

0
On BEST ANSWER

You probably had Entity Framework Power Tools installed. When right-clicking on your project it gives you EF context menu.