Alright first i apologize if i used any wrong terms. my problem is that i created a database then i made the models out of it (database first approach) afterwards I've added a new table called "accounts" for example.
of course i cannot use it in the controller like
var x = db.accounts.Tolist();
because its not included in the models.
i tried to "update the model from the database" from the model design panel but it didn't create any new class for the new table..
any idea ?
