私はコードファーストクラスを作成しましたEF CodeFirstテーブルを再作成するには?
データベースはSqlで自動的に作成されました。
私はテーブルを削除:(
私が有効に移行があります。
AutomaticMigrationsEnabled = true;
AutomaticMigrationDataLossAllowed = true;
Database.SetInitializer(new DropCreateDatabaseAlways<SurveyContext>());
はまだありません
update-database -force
Cannot find the object "dbo.CustomerResponses" because it does not exist or you do not have permissions.
時に助けてくださいを
にあなたのDBを再作成しますか? – IronMan84
あなたはgoogleにしようとしましたか? ""存在しないか、権限がないのでオブジェクトを見つけることができません "_? – spajce