Hi!
Im using ASP.NET MVC2, and I have a database and an edmx file with entities and relationships.
I would like to create a new table with its new entity, and i see I can create the table in the Database explorer, but not in the model explorer, so when I update the Model from the Database, nothing changes.
Any advice? TIA