Hello guys,
I implemented an ASP.NET web api in my development computer. I created entities with EF6. Now I would like to deploy my API into test environment. I would like to know how to generate my tables in the test database? Should I copy all the create scripts from SQL server management studio and run in the test? Is there an easy way?
Best Regards.