Hello everybody,
I'm a newbie in RoR.
In order to create a table I've created a migration with the 'rails
generate model...' command.
Now I would like to add a composite index over two columns of this
table with another, new, migration.
Is it possible?
I've read the documentation about the add_index transformation but I
can't create the new migration from command line.
I think I can edit the 'create table' migration file, but I would like
to have a different migration (generated by 'rails' command).

Thanks in advance for your help,

Federico

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to