class AddCircuitRegionToCircuits < ActiveRecord::Migration[6.0] def change add_column :circuits, :circuit_region_id, :integer end end