I've created a .net mvc solution using code-first entity framework v6. I'm ready to deploy this solution to SQL Server 2012. How can I deploy my LocalDB schema and seeds to the production server?
Future updates will no doubt also modify the schema (new tables, new columns, new seed data). How can I sync the changes I make to LocalDB to SQL Server 2012?