I have a code first create database table which I truncate and insert approximately 12000 records in with a c# script and Entity Framework Core 2.2.6....I have 5 indexes on the table which I need to recreate after I do my database work. I can of course do...