···11+# This file is auto-generated from the current state of the database. Instead
22+# of editing this file, please use the migrations feature of Active Record to
33+# incrementally modify your database, and then regenerate this schema definition.
44+#
55+# This file is the source Rails uses to define your schema when running `bin/rails
66+# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
77+# be faster and is potentially less error prone than running all of your
88+# migrations from scratch. Old migrations may fail to apply correctly if those
99+# migrations use external dependencies or application code.
1010+#
1111+# It's strongly recommended that you check this file into your version control system.
1212+1313+ActiveRecord::Schema[7.2].define(version: 2026_03_02_043512) do
1414+ create_table "reports", force: :cascade do |t|
1515+ t.datetime "start_time", precision: 0, null: false
1616+ t.string "host", null: false
1717+ t.integer "duration", null: false
1818+ t.integer "users", null: false
1919+ t.integer "events", null: false
2020+ t.index ["start_time"], name: "index_reports_on_start_time"
2121+ end
2222+end