diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index edbb24e..3a9e111 100644 --- a/db/schema.rb +++ b/db/schema.rb | |||
@@ -10,7 +10,7 @@ | |||
10 | # | 10 | # |
11 | # It's strongly recommended that you check this file into your version control system. | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 | ||
13 | ActiveRecord::Schema[7.0].define(version: 2023_10_14_194459) do | 13 | ActiveRecord::Schema[7.0].define(version: 2023_10_17_153558) do |
14 | create_table "active_storage_attachments", force: :cascade do |t| | 14 | create_table "active_storage_attachments", force: :cascade do |t| |
15 | t.string "name", null: false | 15 | t.string "name", null: false |
16 | t.string "record_type", null: false | 16 | t.string "record_type", null: false |
@@ -97,6 +97,9 @@ ActiveRecord::Schema[7.0].define(version: 2023_10_14_194459) do | |||
97 | t.datetime "created_at", null: false | 97 | t.datetime "created_at", null: false |
98 | t.datetime "updated_at", null: false | 98 | t.datetime "updated_at", null: false |
99 | t.integer "reply_to_id" | 99 | t.integer "reply_to_id" |
100 | t.string "request_ip" | ||
101 | t.string "user_agent" | ||
102 | t.string "referrer" | ||
100 | t.index ["blog_id"], name: "index_comments_on_blog_id" | 103 | t.index ["blog_id"], name: "index_comments_on_blog_id" |
101 | t.index ["reply_to_id"], name: "index_comments_on_reply_to_id" | 104 | t.index ["reply_to_id"], name: "index_comments_on_reply_to_id" |
102 | end | 105 | end |