我的外部网站已在正常使用,但现在有改动后,在本地数据迁移没有问题,但发布到外部网站后,外部网站报错:
The model backing the 'KingAppLottery' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).
本机上连接不到外部网站的数据库。
实现 MigrateDatabaseToLatestVersion 和 DbMigrationsConfiguration,通过这两个类在运行时实现数据库迁移。
update-database -script