when I added entityfarme work model in mvc Application ..so ultimately it added respected model classes for each table in database .and it added commented line in each class like that
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
Now the problem is if I added another table in database ..and wanted to create respective class in same application ..should I drop .edmx file and recreate EF model so that it cover added table in project ..??