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