Its been a while
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[7.2].define(version: 2026_05_13_162029) do
|
||||
ActiveRecord::Schema[7.2].define(version: 2026_06_29_133740) do
|
||||
create_table "brokers", force: :cascade do |t|
|
||||
t.string "name"
|
||||
t.bigint "carrier_id"
|
||||
@@ -307,6 +307,7 @@ ActiveRecord::Schema[7.2].define(version: 2026_05_13_162029) do
|
||||
t.bigint "id_card_plan_id"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
t.boolean "active"
|
||||
t.index ["employer_id"], name: "index_members_on_employer_id"
|
||||
t.index ["id_card_plan_id"], name: "index_members_on_id_card_plan_id"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user