|
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: 2021_04_05_124104) do |
| 13 | +ActiveRecord::Schema.define(version: 2020_07_02_202022) do |
14 | 14 |
|
15 | | - create_table "active_storage_attachments", charset: "utf8", force: :cascade do |t| |
| 15 | + # These are extensions that must be enabled in order to support this database |
| 16 | + enable_extension "plpgsql" |
| 17 | + |
| 18 | + create_table "active_storage_attachments", force: :cascade do |t| |
16 | 19 | t.string "name", null: false |
17 | 20 | t.string "record_type", null: false |
18 | 21 | t.bigint "record_id", null: false |
|
22 | 25 | t.index ["record_type", "record_id", "name", "blob_id"], name: "index_active_storage_attachments_uniqueness", unique: true |
23 | 26 | end |
24 | 27 |
|
25 | | - create_table "active_storage_blobs", charset: "utf8", force: :cascade do |t| |
| 28 | + create_table "active_storage_blobs", force: :cascade do |t| |
26 | 29 | t.string "key", null: false |
27 | 30 | t.string "filename", null: false |
28 | 31 | t.string "content_type" |
|
34 | 37 | t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true |
35 | 38 | end |
36 | 39 |
|
37 | | - create_table "active_storage_db_files", charset: "utf8", force: :cascade do |t| |
| 40 | + create_table "active_storage_db_files", force: :cascade do |t| |
38 | 41 | t.string "ref", null: false |
39 | 42 | t.binary "data", null: false |
40 | 43 | t.datetime "created_at", null: false |
41 | 44 | t.index ["ref"], name: "index_active_storage_db_files_on_ref", unique: true |
42 | 45 | end |
43 | 46 |
|
44 | | - create_table "active_storage_variant_records", charset: "utf8", force: :cascade do |t| |
| 47 | + create_table "active_storage_variant_records", force: :cascade do |t| |
45 | 48 | t.bigint "blob_id", null: false |
46 | 49 | t.string "variation_digest", null: false |
47 | 50 | t.index ["blob_id", "variation_digest"], name: "index_active_storage_variant_records_uniqueness", unique: true |
|
0 commit comments