I'm using EF Core DbFirst approach. My dbContext is created automatically by Scaffold-DbContext command. ...I need to add additional DbSets into a dbContext and add into OnModelCreating method of dbContext some additional code but after each scaffolding t...