class AddFormolProfileToUser < ActiveRecord::Migration def change change_table :<%= user_class.constantize.table_name %> do |t| t.string :formol_profile, :limit => 16 end end end