class ContactNewname < ActiveRecord::Migration def self.up add_column :contacts, :newname, :string end def self.down end end