I created a new database by Code First and enabled migrations in order to update the database, but the database came under some modifications and I would like to update my models using the Reverse Engineering approach.
I have searched online and I should right click on the project and from Entity Framework dropdown item, to select the Reverse Engineering option. The only issue is that when I right click on the project, there is no Entity Framework item.
Why is this happening ?