Tables in the database are not updated when there are changes to the model. **To Reproduce** 1. Create a project with edm inside. 2. Design some kind of application. 3. Deploy it 4. Make changes that would effect the database (for example another property inside an entity or changing the length of a property of an entity) 5. Redeploy