class AddInfosSupsToContacts < ActiveRecord::Migration def change add_column :contacts, :sheet_type, :string add_column :contacts, :owner, :string end end