コードを最初に使用すると、EFマイグレーションユーティリティがきれいに見えます。モデルファーストアプローチを使用したEF4マイグレーションツールの使用
this blog postに基づいて、私は最初にモデルを使用するプロジェクトで設定しようとしました。 Enable-Migrations
コマンドを実行すると、私は次のエラーを取得する:
Creating a DbModelBuilder or writing the EDMX from a DbContext created using Database First or Model First is not supported. EDMX can only be obtained from a Code First DbContext created without using an existing DbCompiledModel.
ので、我々は、コード最初に切り替えることなく、EFの移行を使用することができ、その周りにどのような方法がありますか?
私は例外ではないと言いますが、[Data UserVoice](http://data.uservoice.com/forums/72025-entity-framework-feature-suggestions)には良い提案になるでしょう。 –
+1のブログリンク –