class AddWebsiteToUsers < ActiveRecord::Migration
def change
add_column :users, :website, :string
end