beta build
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class UpdateEmployerToBelongToBroker < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_reference :employers, :broker, null: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user