I am utterly confused by the use of Entity Frameworks code-first migrations within Azure Mobile Services.
I\'m following the article How to make data model changes t
I just tested this and I also get this error when using Update-Database in PMC.
I'm using Azure Mobile Apps, not Services, but it's the same Entity-Data.
Starting from an empty table, what works for me is just having an Initial Migration file, a Configuration.cs and the MigrateDatabaseToLatestVersion bit. Then you can just run the application with F5 instead of Update-Database.
It should create your schema along with your seed.