Employer table broken up and new idcard module setup
This commit is contained in:
@@ -4,7 +4,7 @@ class CreateIdCardPlanBenefits < ActiveRecord::Migration[7.2]
|
||||
t.string :benefit_desc
|
||||
t.string :benefit
|
||||
t.integer :sequence
|
||||
t.belongs_to :id_card_plan, null: false, foreign_key: true
|
||||
t.belongs_to :plan, null: false, foreign_key: { to_table: :id_card_plans }
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user