Deploying a database via EF Code First Migrations from the commandline
Here are some handy powershell tools for updating a database when using Entity
Framework Migrations.
Normally I have EF setup so that the db is created or updated when the site
(usually a web app in Azure these days)