Recreate database for database-first Entity Framework v6 and C#

241 views Asked by At

We made an app in C#; we used EF but have created the models using a database-first approach. We lost the database and need to recreate it in order to continue development; how do I use the model in my database-first C# app in order to automatically create the database in SQL Server (trying to avoid tedious database and table re-creation).

Thanks in advance,

Ronan

0

There are 0 answers