socialforge/db/migrate/20140930072719_add_open_stu...

6 lines
147 B
Ruby

class AddOpenStudentToCourse < ActiveRecord::Migration
def change
add_column :courses, :open_student, :integer, :default => 0
end
end