search for: index_users_on_reset_password_token

Displaying 1 result from an estimated 1 matches for "index_users_on_reset_password_token".

2011 Jun 11
1
Having a problem adding a foreign key
...t.text "major" t.string "sex" t.integer "zipcode" end add_index "users", ["email"], :name => "index_users_on_email", :unique => true add_index "users", ["reset_password_token"], :name => "index_users_on_reset_password_token", :unique => true end -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send emai...