could it be because i've used "t.refrences" and not "t.integer"
I only say this because, I tried to rename the columns and it threw up the error "Missing column schemes_works.scheme" using def self.up rename_column :schemes_works, :scheme, :scheme_id rename_column :schemes_works, :work, :work_id end -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

