Employer table broken up and new idcard module setup
This commit is contained in:
@@ -4,7 +4,8 @@ class CreateIdCardPlans < ActiveRecord::Migration[7.2]
|
||||
t.string :title
|
||||
t.integer :pb_product_key
|
||||
t.string :pl_plan_key
|
||||
t.belongs_to :id_card_setup, null: true, foreign_key: true
|
||||
t.boolean :template
|
||||
t.belongs_to :setup, null: true, foreign_key: { to_table: :id_card_setups }
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user