socialforge/db/migrate/20130831080955_add_extra_to...

6 lines
115 B
Ruby
Raw Normal View History

2013-09-12 10:41:15 +08:00
class AddExtraToTeacher < ActiveRecord::Migration
def change
add_column :teachers, :extra, :string
end
end