At the time of this writing, it's not possible to generate a migration that defines indexes on columns.
It is, however, possible to generate a migration, then modify the migration file to have it add the indexes you need.
This may be common knowledge for many, but I've seen the question asked a few times in irc, so I thought I'd post a quick sample: http://scrp.at/YN