我使用code first模式 ,在原有的实体类中添加几个字段,执行命令:enable-migrationsUpdate-Database -Force提示已存在表对象
这里也设置为true了. AutomaticMigrationsEnabled = true; 哪里有问题吗?