Employers working - onboarding to card print
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddCardRxToEmployers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_reference :employers, :card_provider, null: true, foreign_key: true
|
||||
add_reference :employers, :card_rx, null: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user