This is a very simple question...
I have reverse engineered an existing database with entity framework core, it works well and I have my classes defined, it has also created on the OnModelCreating event thousands and thousands of line of code detailing all the indexes references etc...
Do I need this code? I am not planning to modify the db schema just simply reading data and updating data from an api, can I comment out all of these lines?