class AddExtraToTeacher < ActiveRecord::Migration def change add_column :teachers, :extra, :string end end