1class AddNameToUsers < ActiveRecord::Migration 2 def change 3 add_column :users, :name, :string 4 end 5end