class AddRightOwnerIdToImages < ActiveRecord::Migration[6.0]
  def change
    add_column :images, :right_owner_id, :integer
  end
end
