I'm using EF6.1 with Model First approach, and I want to add an index to some database columns.
Is there a more convenient way than the one described in Add index in EF Model First design?
I would prefer to generate the index in the initial SQL, and avoid a migration.