class AddEdfiToReports < ActiveRecord::Migration[6.0]
  def change
    add_column :Reports, :EdFi, :string, null: false, limit: 16
  end
end
