Before adding workers
This commit is contained in:
@@ -5,7 +5,7 @@ class CreateIdCardPlans < ActiveRecord::Migration[7.2]
|
||||
t.integer :pb_product_key
|
||||
t.string :pl_plan_key
|
||||
t.boolean :template
|
||||
t.belongs_to :configuration, null: true, foreign_key: { to_table: :id_card_configurations }
|
||||
t.belongs_to :setup, null: true, foreign_key: { to_table: :id_card_setups }
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user