Before a few renames
This commit is contained in:
+9
-5
@@ -110,16 +110,16 @@ ActiveRecord::Schema[7.2].define(version: 2026_01_16_182836) do
|
||||
end
|
||||
|
||||
create_table "id_card_print_data", force: :cascade 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"
|
||||
@@ -183,6 +183,9 @@ ActiveRecord::Schema[7.2].define(version: 2026_01_16_182836) do
|
||||
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.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
@@ -246,11 +249,12 @@ ActiveRecord::Schema[7.2].define(version: 2026_01_16_182836) do
|
||||
|
||||
create_table "members", force: :cascade 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.bigint "employer_id"
|
||||
t.bigint "id_card_plan_id"
|
||||
t.datetime "created_at", null: false
|
||||
|
||||
Reference in New Issue
Block a user