I used database-first approach to create entity data model & context and performed to crud operation.
If a new table (ex: products) has been added to database, please explain how to add the newly added table as entity class to an existing data model.
Please explain how to reflect the changes made in database using SSMS to the application which is already created using database-first approach (Entity Framework Core)