rails g migration AddOwnerRefToCars owner:references
rails generate migration AddImageableToProducts imageable:references{polymorphic}
rails g migration AddOwnerRefToCars owner:references
rails generate migration AddImageableToProducts imageable:references{polymorphic}