class AddCatToTimeContent < ActiveRecord::Migration def change add_column :time_contents, :category_id, :integer end end