Files

6 lines
160 B
Ruby
Raw Permalink Normal View History

2026-06-17 23:23:36 -04:00
class UpdateEmployerToBelongToBroker < ActiveRecord::Migration[7.2]
def change
add_reference :employers, :broker, null: true, foreign_key: true
end
end