summaryrefslogtreecommitdiff
path: root/db/migrate/20130613173246_add_created_by_id_to_user.rb
blob: 615e96eb156d8f58d20eb20d61b85b670325fa98 (plain)
1
2
3
4
5
class AddCreatedByIdToUser < ActiveRecord::Migration
  def change
    add_column :users, :created_by_id, :integer
  end
end