|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema.define(version: 2019_09_08_153924) do |
| 13 | +ActiveRecord::Schema.define(version: 2020_04_27_170812) do |
| 14 | + |
| 15 | + create_table "active_storage_attachments", force: :cascade do |t| |
| 16 | + t.string "name", null: false |
| 17 | + t.string "record_type", null: false |
| 18 | + t.integer "record_id", null: false |
| 19 | + t.integer "blob_id", null: false |
| 20 | + t.datetime "created_at", null: false |
| 21 | + t.index ["blob_id"], name: "index_active_storage_attachments_on_blob_id" |
| 22 | + t.index ["record_type", "record_id", "name", "blob_id"], name: "index_active_storage_attachments_uniqueness", unique: true |
| 23 | + end |
| 24 | + |
| 25 | + create_table "active_storage_blobs", force: :cascade do |t| |
| 26 | + t.string "key", null: false |
| 27 | + t.string "filename", null: false |
| 28 | + t.string "content_type" |
| 29 | + t.text "metadata" |
| 30 | + t.bigint "byte_size", null: false |
| 31 | + t.string "checksum", null: false |
| 32 | + t.datetime "created_at", null: false |
| 33 | + t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true |
| 34 | + end |
14 | 35 |
|
15 | 36 | create_table "dummy_child_models", force: :cascade do |t| |
16 | 37 | t.string "title" |
|
0 commit comments