ActiveRecord::Migration<%= "[#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}]" %> def change create_table :user_profiles do |t| t.integer :<%= user_model_name %>_id, null: false