ActiveRecord::Migration
# File db/migrate/20120903112806_add_username_to_users.rb, line 2 def change add_column :users, :username, :string end