20120307095918_add_author_id_to_event.rb 134 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddAuthorIdToEvent < ActiveRecord::Migration def change add_column :events, :author_id, :integer, :null => true end end