summaryrefslogtreecommitdiff
path: root/db/migrate/20120517125545_add_website_to_users.rb
blob: 8687ceca6aacc103599bfb7b01873c402e2fd962 (plain)
1
2
3
4
5
class AddWebsiteToUsers < ActiveRecord::Migration
  def change
    add_column :users, :website, :string
  end
end