I'm just starting to play around with CF 9's ORM some, and I love that I
can have it automatically create tables for me. But one thing I have
haven't been able to figure out yet is, is there a way to create indexes on
tables via CF 9's ORM? I'm not talking about the indexes for primary keys
or FK relationships to other tables. I'm wanting to create indexes on
table columns not related to other tables.
Is this doable in ORM, or am I just going to have to create the tables on
the DB server to do it?