before adding users
This commit is contained in:
+3
-1
@@ -20,6 +20,7 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_08_210447) do
|
||||
t.string "group_number"
|
||||
t.string "effective_date"
|
||||
t.boolean "active", default: false
|
||||
t.boolean "initialized", default: false
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
end
|
||||
@@ -239,9 +240,10 @@ ActiveRecord::Schema[7.2].define(version: 2026_04_08_210447) do
|
||||
t.string "card_color"
|
||||
t.string "rx_group_number"
|
||||
t.string "pl_plan_key"
|
||||
t.boolean "active", default: false
|
||||
t.boolean "has_divisions", default: false
|
||||
t.boolean "has_dental", default: false
|
||||
t.boolean "active", default: false
|
||||
t.boolean "initialized", default: false
|
||||
t.bigint "employer_id", null: false
|
||||
t.bigint "employer_logo_id"
|
||||
t.bigint "network_logo_id"
|
||||
|
||||
Reference in New Issue
Block a user