class AddSchoolIdToStudents < ActiveRecord::Migration[8.0] def change add_column :students, :school_id, :integer end end