Before a few renames
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
class CreateIdCardPrintData < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :id_card_print_data do |t|
|
||||
t.string :full_name
|
||||
t.string :full_name_last_name_first
|
||||
t.string :family_id
|
||||
t.string :primary_mb_member_key
|
||||
t.string :employer_name
|
||||
t.string :pl_plan_key
|
||||
t.string :group_number
|
||||
t.string :primary_mb_member_key
|
||||
t.string :family_id
|
||||
t.string :full_name
|
||||
t.string :rx_group
|
||||
t.string :medical_eff_date
|
||||
t.string :provider_code
|
||||
t.string :network_provider
|
||||
t.string :provider_line_1
|
||||
t.string :provider_line_2
|
||||
t.string :provider_line_3
|
||||
@@ -74,6 +74,9 @@ class CreateIdCardPrintData < ActiveRecord::Migration[7.0]
|
||||
t.string :benefit_13
|
||||
t.string :benefit_desc_14
|
||||
t.string :benefit_14
|
||||
t.boolean :sample, default: false
|
||||
t.string :sample_key
|
||||
t.string :sample_plan_title
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
@@ -2,11 +2,12 @@ class CreateMembers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :members do |t|
|
||||
t.string :name
|
||||
t.string :id_card_display_name
|
||||
t.string :family_id
|
||||
t.integer :mb_member_key
|
||||
t.integer :pb_entity_key
|
||||
t.integer :pl_plan_key
|
||||
t.string :id_card_display_name
|
||||
t.string :division
|
||||
t.belongs_to :employer, foreign_key: true
|
||||
t.belongs_to :id_card_plan, null: true, foreign_key: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user