class AddLibrarianIdToCheckedItem < ActiveRecord::Migration[4.2] def change add_column :checked_items, :librarian_id, :integer end end