class AddProjectToReports < ActiveRecord::Migration[8.0] def change add_reference :reports, :project, null: true, foreign_key: true end end