class AddEmployerToSubscription < ActiveRecord::Migration[6.1] def change add_reference :subscriptions, :employer, null: false, foreign_key: true end end