I'm using Entity Framework Code First. The database initialization works great for creating the database and tables.
I was wondering if there's a way to make the process less destructive... rather than issuing DROP / CREATE statements when the schema changes, is there any way (via an off-the-shelf Initializer, or otherwise) to issue ALTER statements to update my schema?