I added a relationship a little while ago to users (user has many cars). But my boss has told me I need to make a new model for companies which the cars will belong to the company and the leases will reside with the company so company leases to many uses. I can't find the specific migration that added the user_id to cars, so is there a way to say modify?
rails g migration user_id_to_company_id_on_cars