parent
4d942258e4
commit
fd9d2f4a13
@ -0,0 +1,6 @@
|
||||
class AddStudentAndTeaceherCountToSchools < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :schools, :student_count, :integer
|
||||
add_column :schools, :teacher_count, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue