Files

6 lines
163 B
Ruby
Raw Permalink Normal View History

2026-03-03 22:53:21 -05:00
class AddCardProviderToEmployers < ActiveRecord::Migration[7.2]
def change
add_reference :employers, :card_provider, null: true, foreign_key: true
end
end