class CreateLeadsToHighriseLeads < ActiveRecord::Migration def change create_table :leads_to_highrise_leads do |t| t.string :name t.string :last_name t.string :email t.string :company t.string :job_title t.string :phone t.string :website t.timestamps end end end