class AddCopyFromForSubjects < ActiveRecord::Migration[5.2]
def change
add_column :subjects, :copy_subject_id, :integer
end