Newer
Older
dmpopidor / db / migrate / 20150430135839_add_plan_id_to_comments.rb
class AddPlanIdToComments < ActiveRecord::Migration
  def change
    add_column :comments, :plan_id, :integer
  end
end