I have a new MVC website (Internet Application) created using VS 2013.
I come from a Database first background and would like to take this approach for this project.
The project from what i see already has Entity Framework installed but i don't see any Entity Data Model files most likely because the project is Code First by default.
How could i bring the Database First approach in this project (the tables are already created within the database)?