class AddReadFlagToItems < ActiveRecord::Migration def change add_column :items, :read_at, :timestamp, :default => nil end end