Employers working - onboarding to card print
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
class CreateEmployers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :employers do |t|
|
||||
t.string :name
|
||||
t.string :id_card_display_name
|
||||
t.string :slug
|
||||
t.string :pl_plan_key
|
||||
t.integer :company_pb_entity_key
|
||||
t.integer :plan_id
|
||||
t.string :group_number
|
||||
t.string :rx_group_number
|
||||
t.string :effective_date
|
||||
t.string :employer_logo_filename
|
||||
t.string :network_provider
|
||||
t.string :default_network_logo
|
||||
t.string :single_card_template
|
||||
t.string :multiple_card_template
|
||||
t.boolean :active, default: false
|
||||
|
||||
|
||||
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user