Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddEmployerToSubscription < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_reference :subscriptions, :employer, null: false, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user