about summary refs log tree commit diff stats
path: root/data/maps/the_words/doors.txtpb
blob: 20f439bd171eec68c621f566b03f37e9a581728c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-11-08 22:31:32 +0000
 


his file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2023_10_28_210722) do
  create_table "wittle_puzzles", force: :cascade do |t|
    t.text "data"
    t.text "solved_data"
    t.string "category"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "wittle_scores", force: :cascade do |t|
    t.integer "puzzle_id", null: false
    t.string "name"
    t.string "ip"
    t.integer "seconds_taken"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.index ["puzzle_id"], name: "index_wittle_scores_on_puzzle_id"
  end

end