Hi,
I am new to Entity Framework core.
I am working on a simple project for my understanding. I had scaffolded database tables and all the model classes are been created.
I am making changes to the Database tables and i am modifying the database. I would like to know how i could make sure the database changes made get reflected in the models in the project.
Thanks and Regards,
Ashvin