ref: master
db/migrate/20150525101430_add_responsible_to_task.rb
1 2 3 4 5 6 7
class AddResponsibleToTask < ActiveRecord::Migration def change add_column :tasks, :responsible_id, :integer end end