Files
baclight/db/migrate/20260513155053_update_employer_to_belong_to_broker.rb
T
Jason Jordan 5a90ea6e14 beta build
2026-06-17 23:23:36 -04:00

6 lines
160 B
Ruby

class UpdateEmployerToBelongToBroker < ActiveRecord::Migration[7.2]
def change
add_reference :employers, :broker, null: true, foreign_key: true
end
end